(text: string)
| 73 | }; |
| 74 | } |
| 75 | |
| 76 | // HTML 转义(规范要求) |
| 77 | // 获取命令前缀 |
| 78 | const prefixes = getPrefixes(); |
| 79 | const mainPrefix = prefixes[0]; |
| 80 | |
| 81 | // Available message types |
| 82 | const AVAILABLE_OPTIONS = new Set([ |
| 83 | "handle_edited", |
| 84 | "silent", |
| 85 | "text", |
| 86 | "all", |
| 87 | "photo", |
| 88 | "document", |
| 89 | "video", |
| 90 | "sticker", |
| 91 | "animation", |
no outgoing calls
no test coverage detected