title |
description |
updateShortChatMessage |
updateShortChatMessage attributes, type and example |
Constructor: updateShortChatMessage
Back to constructors index
Attributes:
Name |
Type |
Required |
out |
Bool |
Optional |
mentioned |
Bool |
Optional |
media_unread |
Bool |
Optional |
silent |
Bool |
Optional |
id |
int |
Required |
from_id |
int |
Required |
chat_id |
int |
Required |
message |
string |
Required |
pts |
int |
Required |
pts_count |
int |
Required |
date |
int |
Required |
fwd_from |
MessageFwdHeader |
Optional |
via_bot_id |
int |
Optional |
reply_to_msg_id |
int |
Optional |
entities |
Array of MessageEntity |
Optional |
Example:
$updateShortChatMessage = ['_' => 'updateShortChatMessage', 'out' => true, 'mentioned' => true, 'media_unread' => true, 'silent' => true, 'id' => int, 'from_id' => int, 'chat_id' => int, 'message' => string, 'pts' => int, 'pts_count' => int, 'date' => int, 'fwd_from' => MessageFwdHeader, 'via_bot_id' => int, 'reply_to_msg_id' => int, 'entities' => [Vector t], ];