UpdateShortChatMessage
---types---
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:date 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
Belongs to
This type can be an instance of either:
Members
id | int | |
from_id | long | |
chat_id | long | |
message | string | |
pts | int | |
pts_count | int | |
date | date | |
out | flag | This argument defaults to None and can be omitted. |
mentioned | flag | This argument defaults to None and can be omitted. |
media_unread | flag | This argument defaults to None and can be omitted. |
silent | flag | This argument defaults to None and can be omitted. |
fwd_from | MessageFwdHeader | This argument defaults to None and can be omitted. |
via_bot_id | long | This argument defaults to None and can be omitted. |
reply_to | MessageReplyHeader | This argument defaults to None and can be omitted. |
entities | MessageEntity | This argument defaults to None and can be omitted. Otherwise, a list must be supplied. |
ttl_period | int | This argument defaults to None and can be omitted. |