Skip to main content

inputReplyToMessage

Reply to a message.

type tg.InputReplyToMessage struct { /* ... */ }

Implements InputReplyTo.

Fields

NameTypeRequiredDescription
ReplyToMsgIDintyesThe message ID to reply to.
TopMsgIDintThis field must contain the topic ID only when replying to messages in forum topics different from the "General" topic (i.e. reply_to_msg_id is set and reply_to_msg_id != topicID and topicID != 1). If the replied-to message is deleted before the method finishes execution, the value in this field will be used to send the message to the correct topic, instead of the "General" topic.
ReplyToPeerIDInputPeerClassUsed to reply to messages sent to another chat (specified here), can only be used for non-protected chats and messages.
QuoteTextstringUsed to quote-reply to only a certain section (specified here) of the original message The maximum UTF-8 length for quotes is specified in the quote_length_max config key.
QuoteEntities[]MessageEntityClassMessage entities for styled text from the quote_text field.
QuoteOffsetintOffset of the message quote_text within the original message (in UTF-16 code units).
MonoforumPeerIDInputPeerClassMust be set to the ID of the topic when replying to a message within a monoforum topic.
TodoItemIDintCan be set to reply to the specified item of a todo list ».
PollOption[]bytePollOption field of InputReplyToMessage.

References