teleproto - v1.229.0
    Preparing search index...

    Interface MessagesSendScreenshotNotificationParams

    interface MessagesSendScreenshotNotificationParams {
        peer: EntityLike;
        randomId?: BigInteger;
        replyTo: TypeInputReplyToIn;
    }
    Index
    peer: EntityLike

    Other user

    randomId?: BigInteger

    Random ID to avoid message resending

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