v1.0.0 beta 7; ratelimt war

This commit is contained in:
2026-03-02 16:49:00 +03:00
parent 7101aba548
commit fa7a296a66
12 changed files with 205 additions and 35 deletions

View File

@@ -32,7 +32,7 @@ func (g *LinearDraftIdGenerator) Next() uint64 {
type DraftProvider struct {
api *tgapi.API
chatID int
chatID int64
messageThreadID int
parseMode tgapi.ParseMode
entities []tgapi.MessageEntity
@@ -43,7 +43,7 @@ type DraftProvider struct {
type Draft struct {
api *tgapi.API
chatID int
chatID int64
messageThreadID int
parseMode tgapi.ParseMode
entities []tgapi.MessageEntity