decryptedMessage

decryptedMessage#91cc4674 flags:# no_webpage:flags.1?true silent:flags.5?true random_id:long ttl:int message:string media:flags.9?DecryptedMessageMedia entities:flags.7?Vector<MessageEntity>via_bot_name:flags.11?string reply_to_random_id:flags.3?long grouped_id:flags.17?long = DecryptedMessage;

Parameters

NameTypeDescription
flags # Bit mask: a field written flags.N?T is present only when bit N is set.
no_webpage flags.1?true Do not generate a link preview.
silent flags.5?true Send without sound: the recipient gets no notification.
random_id long A random number from the client. The server uses it to discard duplicates when a request goes out twice.
ttl int
message string Message text.
media flags.9?DecryptedMessageMedia Attachment.
entities flags.7?Vector<MessageEntity>via_bot_name:flags.11?string Text markup — bold, links, mentions and so on, as a list of ranges.
reply_to_random_id flags.3?long
grouped_id flags.17?long

Type

DecryptedMessage

Related pages

Types used here