623 B
623 B
title | description |
---|---|
encryptedMessageService | encryptedMessageService attributes, type and example |
Constructor: encryptedMessageService
Attributes:
Name | Type | Required |
---|---|---|
chat_id | int | Required |
date | int | Required |
bytes | bytes | Required |
Type: EncryptedMessage
Example:
$encryptedMessageService = ['_' => 'encryptedMessageService', 'chat_id' => int, 'date' => int, 'bytes' => bytes, ];