encryptedMessageService

encryptedMessageService#23734b06 random_id:long chat_id:int date:int bytes:bytes = EncryptedMessage;

Parameters

NameTypeDescription
random_id long A random number from the client. The server uses it to discard duplicates when a request goes out twice.
chat_id int Identifier of a basic group.
date int A point in time, unix seconds.
bytes bytes Raw bytes.

Type

EncryptedMessage

Related pages

Types used here