MadelineProto/docs/API_docs/constructors/encryptedMessageService.md

618 B

title description
encryptedMessageService encryptedMessageService attributes, type and example

Constructor: encryptedMessageService

Back to constructors index

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, ];