InputReplyToMessage

---types---
inputReplyToMessage#22c0f6d5 flags:# reply_to_msg_id:int top_msg_id:flags.0?int reply_to_peer_id:flags.1?InputPeer quote_text:flags.2?string quote_entities:flags.3?Vector<MessageEntity> quote_offset:flags.4?int = InputReplyTo

Belongs to

InputReplyTo

This type can be an instance of either:

InputReplyToMessageInputReplyToStory

Members

reply_to_msg_idint
top_msg_idintThis argument defaults to None and can be omitted.
reply_to_peer_idInputPeerThis argument defaults to None and can be omitted. Anything entity-like will work if the library can find its Input version (e.g., usernames, Peer, User or Channel objects, etc.).
quote_textstringThis argument defaults to None and can be omitted.
quote_entitiesMessageEntityThis argument defaults to None and can be omitted. Otherwise, a list must be supplied.
quote_offsetintThis argument defaults to None and can be omitted.