updateShortMessage

updateShortMessage#313bc7f8 flags:# out:flags.1?true mentioned:flags.4?true media_unread:flags.5?true silent:flags.13?true id:int user_id:long message:string pts:int pts_count:int date:int fwd_from:flags.2?MessageFwdHeader via_bot_id:flags.11?long reply_to:flags.3?MessageReplyHeader entities:flags.7?Vector<MessageEntity> ttl_period:flags.25?int = Updates;

Parameters

NameTypeDescription
flags # Bit mask: a field written flags.N?T is present only when bit N is set.
out flags.1?true
mentioned flags.4?true
media_unread flags.5?true
silent flags.13?true Send without sound: the recipient gets no notification.
id int Identifier of the object — which object depends on the field's type.
user_id long User identifier.
message string Message text.
pts int Chat state counter: the client uses it to tell whether it missed any updates.
pts_count int How much pts grew because of this event.
date int A point in time, unix seconds.
fwd_from flags.2?MessageFwdHeader
via_bot_id flags.11?long
reply_to flags.3?MessageReplyHeader What the message replies to.
entities flags.7?Vector<MessageEntity> Text markup — bold, links, mentions and so on, as a list of ranges.
ttl_period flags.25?int

Type

Updates

Related pages

Types used here