gotd: update to layer 218

This commit is contained in:
Tulir Asokan
2025-12-03 14:22:16 +02:00
parent b38c3cc935
commit 66b84a7b44
2065 changed files with 53382 additions and 684259 deletions
+8
View File
@@ -119,3 +119,11 @@ func (b *TypingActionBuilder) EmojiInteractionSeen(ctx context.Context, emoticon
Emoticon: emoticon,
})
}
// TextDraft sends SendMessageTextDraftAction.
func (b *TypingActionBuilder) TextDraft(ctx context.Context, randomID int64, text tg.TextWithEntities) error {
return b.send(ctx, &tg.SendMessageTextDraftAction{
RandomID: randomID,
Text: text,
})
}