(text: string)
| 14 | import type { MessageMedia, Photo, Video, Audio, Voice, Sticker, Document, User, Chat, Peer, Message } from "@mtcute/core"; |
| 15 | import type { TelegramClient } from "@mtcute/node"; |
| 16 | import type { InputPeerLike } from "@mtcute/core"; |
| 17 | import { htmlEscape } from "@utils/htmlEscape"; |
| 18 | |
| 19 | |
| 20 | const prefixes = getPrefixes(); |
| 21 | const mainPrefix = prefixes[0]; |
| 22 | |
| 23 |
no outgoing calls
no test coverage detected