Raw.messages.SendScreenshotNotification

Raw.messages.SendScreenshotNotification

Notify the other user in a private chat that a screenshot of the chat was taken

messages.sendScreenshotNotification#a1405817 peer:InputPeer reply_to:InputReplyTo random_id:long = Updates;
export namespace Raw {
  export namespace messages {
    export class SendScreenshotNotification {
      constructor(params: {
        peer: Raw.TypeInputPeer;
        replyTo: Raw.TypeInputReplyTo;
        randomId: bigint;
      }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0xa1405817

Property

  • peer : Raw.TypeInputPeer

    Other user

  • replyTo : Raw.TypeInputReplyTo

    Indicates the message that was screenshotted (the specified message id can also be 0 to avoid indicating any specific message).

  • randomId : bigint

    Random id to avoid message resending

Results

Raw.TypeUpdates