v0.3.6; answerCallbackQuery

This commit is contained in:
2026-02-03 14:51:57 +03:00
parent 0921d306fd
commit 90e2f38c18
4 changed files with 65 additions and 19 deletions

View File

@@ -57,6 +57,7 @@ func (b *Bot) handleCallback(update *Update, ctx *MsgContext) {
ctx.From = update.CallbackQuery.From
ctx.Msg = update.CallbackQuery.Message
ctx.CallbackMsgId = update.CallbackQuery.Message.MessageID
ctx.CallbackQueryId = update.CallbackQuery.ID
ctx.Args = data.Args
for _, plugin := range b.plugins {