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 Copy import to the clipboard Belongs to This type can be an instance of either:
Members reply_to_msg_id int top_msg_id int This argument defaults to None
and can be omitted. reply_to_peer_id InputPeer This 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_text string This argument defaults to None
and can be omitted. quote_entities MessageEntity This argument defaults to None
and can be omitted. Otherwise, a list must be supplied. quote_offset int This argument defaults to None
and can be omitted.