telegram api constructor · layer 229 · #4d6deea5

updateShortChatMessage

Shortened constructor containing info on one new incoming text message from a chat

definition

updateShortChatMessage#4d6deea5 flags:# out:flags.1?true mentioned:flags.4?true media_unread:flags.5?true silent:flags.13?true id:int from_id:long chat_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#Flags, see TL conditional fields
outflags.1?trueWhether the message is outgoing
mentionedflags.4?trueWhether we were mentioned in this message
media_unreadflags.5?trueWhether the message contains some unread mentions
silentflags.13?trueIf true, the message is a silent message, no notifications should be triggered
idintID of the message
from_idlongID of the sender of the message
chat_idlongID of the chat where the message was sent
messagestringMessage
ptsintPTS
pts_countintPTS count
dateintdate
fwd_fromflags.2?MessageFwdHeaderInfo about a forwarded message
via_bot_idflags.11?longInfo about the inline bot used to generate this message
reply_toflags.3?MessageReplyHeaderReply (thread) information
entitiesflags.7?Vector<MessageEntity>Entities for styled text
ttl_periodflags.25?intTime To Live of the message, once updateShortChatMessage.date+updateShortChatMessage.ttl_period === time(), the message will be deleted on the server, and must be deleted locally as well.

type

Updates · other constructors: updatesTooLong, updateShortMessage, updateShort, updatesCombined, updates, updateShortSentMessage

history

present in layers 2–229 · constructor id changed 5×

idlayers
#2b2fbd4e2–23
#248afa6246
#1681268862–118
#402d5dbb119–123
#1157b858124–132
#4d6deea5133–229