docs: fixed some namings
This commit is contained in:
parent
67b290643d
commit
341e8e9d3e
3 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ export class BaseTelegramClient extends BaseTelegramClientBase {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Telegram client for use in Node.js
|
* Telegram client for use in Bun
|
||||||
*/
|
*/
|
||||||
export class TelegramClient extends TelegramClientBase {
|
export class TelegramClient extends TelegramClientBase {
|
||||||
constructor(opts: TelegramClientOptions) {
|
constructor(opts: TelegramClientOptions) {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# @mtcute/bun
|
# @mtcute/deno
|
||||||
|
|
||||||
📖 [API Reference](https://ref.mtcute.dev/modules/_mtcute_deno.html)
|
📖 [API Reference](https://ref.mtcute.dev/modules/_mtcute_deno.html)
|
||||||
|
|
||||||
|
|
|
@ -56,7 +56,7 @@ export class BaseTelegramClient extends BaseTelegramClientBase {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Telegram client for use in Node.js
|
* Telegram client for use in Deno
|
||||||
*/
|
*/
|
||||||
export class TelegramClient extends TelegramClientBase {
|
export class TelegramClient extends TelegramClientBase {
|
||||||
constructor(opts: TelegramClientOptions) {
|
constructor(opts: TelegramClientOptions) {
|
||||||
|
|
Loading…
Reference in a new issue