You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: SendRichMessageDraft must send the input action
messages.setTyping for a rich draft carries inputSendMessageRichMessageDraftAction
(InputRichMessageClass), not the resolved sendMessageRichMessageDraftAction
(tg.RichMessage) which is the broadcast/output form — confirmed against
telegram-bot-api 10.1 (DialogAction::get_input_send_message_action). Take a
tg.InputRichMessageClass, mirroring SendRichMessage, so callers build content with
the rich package (rich.New(...).Input(), rich.HTML, rich.Markdown). Drops the
redundant botapi.RichMessage type.
0 commit comments