@xbibzlibrary/telebibz 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.id.md +2 -2
- package/README.md +2 -2
- package/README.zh-CN.md +2 -2
- package/docs/API.id.md +1 -1
- package/docs/API.md +1 -1
- package/docs/API.zh-CN.md +1 -1
- package/docs/README.md +1 -1
- package/package.json +1 -1
package/README.id.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# telebibz
|
|
2
2
|
|
|
3
|
-

|
|
4
4
|
|
|
5
5
|
**`@xbibzlibrary/telebibz`** adalah SDK dan framework Telegram Bot untuk Node.js dan TypeScript. Paket ini menyediakan API client, polling, router, middleware, context, keyboard builder, state/session, webhook handler, queue, scheduler, cache, plugin lifecycle, CLI, dan utilitas pengujian.
|
|
6
6
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
Referensi API lengkap: [English](docs/API.md) · **Indonesia** · [中文](docs/API.zh-CN.md)
|
|
10
10
|
|
|
11
|
-

|
|
12
12
|
|
|
13
13
|
## Instalasi
|
|
14
14
|
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# telebibz
|
|
2
2
|
|
|
3
|
-

|
|
4
4
|
|
|
5
5
|
[](https://github.com/XbibzOfficial777/telebibz/actions/workflows/ci.yml)
|
|
6
6
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
Complete API references: [English](docs/API.md) · [Indonesia](docs/API.id.md) · [中文](docs/API.zh-CN.md)
|
|
14
14
|
|
|
15
|
-

|
|
16
16
|
|
|
17
17
|
## Installation
|
|
18
18
|
|
package/README.zh-CN.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# telebibz
|
|
2
2
|
|
|
3
|
-

|
|
4
4
|
|
|
5
5
|
**`@xbibzlibrary/telebibz`** 是一个面向 Node.js 和 TypeScript 的 Telegram Bot SDK 和框架。该包提供 API 客户端、轮询、路由器、中间件、上下文、键盘构造器、状态/会话、Webhook 处理、队列、调度器、缓存、插件生命周期、CLI 以及测试工具。
|
|
6
6
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
完整 API 参考:[English](docs/API.md) · [Indonesia](docs/API.id.md) · **中文**
|
|
10
10
|
|
|
11
|
-

|
|
12
12
|
|
|
13
13
|
## 安装
|
|
14
14
|
|
package/docs/API.id.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[English](API.md) · **Bahasa Indonesia** · [简体中文](API.zh-CN.md)
|
|
4
4
|
|
|
5
|
-

|
|
6
6
|
|
|
7
7
|
Dokumen ini adalah referensi API untuk `@xbibzlibrary/telebibz@0.1.4`. Seluruh signature dan perilaku yang dijelaskan di sini dipetakan dari source TypeScript yang diekspor package. Jika suatu tipe Telegram belum memiliki pemetaan parameter/result khusus, package tetap menyediakan akses runtime melalui API dinamis, tetapi tipe parameternya masih generik.
|
|
8
8
|
|
package/docs/API.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# telebibz API Reference — English
|
|
2
2
|
[English](API.md) · [Bahasa Indonesia](API.id.md) · [简体中文](API.zh-CN.md)
|
|
3
3
|
|
|
4
|
-

|
|
5
5
|
|
|
6
6
|
This document is the API reference for `@xbibzlibrary/telebibz@0.1.4`. All signatures and behaviors described here are mapped from the package's exported TypeScript source. If a Telegram type does not have a specific parameter/result mapping, the package still provides runtime access via a dynamic API, but the parameter types remain generic.
|
|
7
7
|
|
package/docs/API.zh-CN.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[English](API.md) · [Bahasa Indonesia](API.id.md) · **简体中文**
|
|
4
4
|
|
|
5
|
-

|
|
6
6
|
|
|
7
7
|
本文件是 `@xbibzlibrary/telebibz@0.1.4` 的 API 参考。此处描述的所有签名和行为均映射自该包导出的 TypeScript 源代码。如果某个 Telegram 类型尚未有特定的参数/结果映射,该包仍通过动态 API 提供运行时访问,但其参数类型仍为通用类型。
|
|
8
8
|
|
package/docs/README.md
CHANGED
|
@@ -8,7 +8,7 @@ The default documentation language is **English**. Translated README and API ref
|
|
|
8
8
|
| Bahasa Indonesia | [`README.id.md`](../README.id.md) | [`API.id.md`](API.id.md) |
|
|
9
9
|
| 简体中文 | [`README.zh-CN.md`](../README.zh-CN.md) | [`API.zh-CN.md`](API.zh-CN.md) |
|
|
10
10
|
|
|
11
|
-

|
|
12
12
|
|
|
13
13
|
The API references are organized by lifecycle: bot startup and shutdown, API client and transport, update routing, middleware and context, state/session, interaction UI, background work, deployment, testing, and migration boundaries.
|
|
14
14
|
|