some cleanup

This commit is contained in:
2026-02-12 13:50:02 +03:00
parent 12883f428e
commit 4129b8e688
16 changed files with 334 additions and 428 deletions

View File

@@ -9,7 +9,7 @@ import (
type MsgContext struct {
Bot *Bot
Api *tgapi.Api
Api *tgapi.API
Msg *tgapi.Message
Update tgapi.Update
@@ -26,7 +26,6 @@ type AnswerMessage struct {
MessageID int
Text string
IsMedia bool
Keyboard *InlineKeyboard
ctx *MsgContext
}