teleproto - v1.229.0
    Preparing search index...

    Interface MessagesSendQuickReplyMessagesParams

    interface MessagesSendQuickReplyMessagesParams {
        id: number[];
        peer: EntityLike;
        randomId: BigInteger[];
        shortcutId: number;
    }
    Index
    id: number[]

    Specify a subset of messages from the shortcut to send; if empty, defaults to all of them.

    peer: EntityLike

    The peer where to send the shortcut (users only, for now).

    randomId: BigInteger[]

    Unique client IDs required to prevent message resending, one for each message we're sending, may be empty (but not recommended).

    shortcutId: number

    The ID of the quick reply shortcut to send.