Raw.DecryptedMessageService8
Contents of an encrypted service message.
decryptedMessageService#aa48327d random_id:long random_bytes:bytes action:DecryptedMessageAction = DecryptedMessage;
export namespace Raw {
export class DecryptedMessageService8 {
constructor(params: {
randomId: bigint;
randomBytes: Buffer;
action: Raw.TypeDecryptedMessageAction;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xaa48327d
Property
randomId
: bigintRandom message id, assigned by the message author.must be equal to the id passed to the sending method.
randomBytes
: Bufferaction
: Raw.TypeDecryptedMessageActionAction relevant to the service message