MadelineProto/old_docs/API_docs_v45/constructors/encryptedMessageService.md

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