teleproto - v1.229.0
    Preparing search index...

    Interface MessagesGetQuickReplyMessagesParams

    interface MessagesGetQuickReplyMessagesParams {
        hash: BigInteger;
        id?: number[];
        shortcutId: number;
    }
    Index
    hash: BigInteger

    Hash for pagination, generated as specified here » (not the usual algorithm used for hash generation).

    id?: number[]

    IDs of the messages to fetch, if empty fetches all of them.

    shortcutId: number

    Quick reply shortcut ID.