mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-11 23:39:36 +01:00
539 B
539 B
Constructor: encryptedMessageService
Attributes:
Name | Type | Required |
---|---|---|
random_id | long | Required |
chat_id | int | Required |
date | int | Required |
bytes | bytes | Required |
Type:
Example:
$encryptedMessageService = ['_' => encryptedMessageService', 'random_id' => long, 'chat_id' => int, 'date' => int, 'bytes' => bytes, ];