Raw.messages.GetQuickReplyMessages
Fetch (a subset or all) messages in a quick reply shortcut.
messages.getQuickReplyMessages#94a495c3 flags:# shortcut_id:int id:flags.0?Vector<int> hash:long = messages.Messages;
export namespace Raw {
export namespace messages {
export class GetQuickReplyMessages {
constructor(params: { shortcutId: number; id?: Array<number>; hash: bigint }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x94a495c3
Property
shortcutId
: numberQuick reply shortcut id.
id
: Array of number or undefinedIds of the messages to fetch, if empty fetches all of them.
hash
: bigintHash used for caching, for more info click here