Raw.DecryptedMessageService8

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 : bigint

    Random message id, assigned by the message author.must be equal to the id passed to the sending method.

  • randomBytes : Buffer
  • action : Raw.TypeDecryptedMessageAction

    Action relevant to the service message