(new): rich messages, tgfmt DSL, Bot API 10.1
Golang lint / lint (push) Successful in 29s
Golang lint / lint (pull_request) Successful in 1m47s

(fix): editMessageText rich_message type
(tests): rich and API 10.1 coverage
(doc): rich godoc, CHANGELOG v1.1.0

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-08 12:45:47 +03:00
co-authored by Claude Fable 5
parent b563e695df
commit 48ddf66540
22 changed files with 2232 additions and 1027 deletions
+5
View File
@@ -255,6 +255,11 @@ type ChatJoinRequest struct {
Date int64 `json:"date"`
Bio *string `json:"bio,omitempty"`
InviteLink *ChatInviteLink `json:"invite_link,omitempty"`
// QueryID identifies the join request query; present only for bots
// assigned to process join requests. When set, the bot must call
// SendChatJoinRequestWebApp or AnswerChatJoinRequestQuery within 10 seconds.
QueryID *string `json:"query_id,omitempty"` // Since: Bot API 10.1
}
// Location represents a point on the map.