(ctx context.Context, bot *Bot, callbackQuery CallbackQuery)
| 16 | BotToken(ctx context.Context) string |
| 17 | MessageHandle(ctx context.Context, bot *Bot, message Message, attachments []Attachment) error |
| 18 | CallbackQueryHandle(ctx context.Context, bot *Bot, callbackQuery CallbackQuery) error |
| 19 | } |
| 20 | |
| 21 | type Bot struct { |
no outgoing calls
no test coverage detected