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
ChatIDstring`json:"chat_id"`// Unique identifier for the target chat
29
-
Textstring`json:"text"`// Text of the message to be sent
30
-
ParseModestring`json:"parse_mode"`// Mode for parsing entities in the message text
28
+
ChatIDstring`json:"chat_id"`// Unique identifier for the target chat
29
+
MessageThreadIDstring`json:"message_thread_id,omitempty"`// Unique identifier for the target message thread (topic) of the forum; for forum supergroups only
30
+
Textstring`json:"text"`// Text of the message to be sent
31
+
ParseModestring`json:"parse_mode"`// Mode for parsing entities in the message text
0 commit comments