mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:07:47 +01:00
1.0 KiB
1.0 KiB
title |
---|
messageService |
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: Message
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, ];