969 B
969 B
Constructor: messageService
Attributes:
Name | Type | Required |
---|---|---|
out | Bool | Optional |
mentioned | Bool | Optional |
media_unread | Bool | Optional |
silent | Bool | Optional |
post | Bool | Optional |
id | int | Required |
from_id | int | Optional |
to_id | Peer | Required |
reply_to_msg_id | int | Optional |
date | int | Required |
action | MessageAction | Required |
Type:
Example:
$messageService = ['_' => messageService', 'out' => true, 'mentioned' => true, 'media_unread' => true, 'silent' => true, 'post' => true, 'id' => int, 'from_id' => int, 'to_id' => Peer, 'reply_to_msg_id' => int, 'date' => int, 'action' => MessageAction, ];