Raw.messages.SendQuickReplyMessages
Send a quick reply shortcut.
messages.sendQuickReplyMessages#6c750de1 peer:InputPeer shortcut_id:int id:Vector<int> random_id:Vector<long> = Updates;
export namespace Raw {
export namespace messages {
export class SendQuickReplyMessages {
constructor(params: {
peer: Raw.TypeInputPeer;
shortcutId: number;
id: Array<number>;
randomId: Array<bigint>;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x6c750de1
Property
peer
: Raw.TypeInputPeerThe peer where to send the shortcut (users only, for now).
shortcutId
: numberThe id of the quick reply shortcut to send.
id
: Array of numberSpecify a subset of messages from the shortcut to send; if empty, defaults to all of them.
randomId
: Array of bigintUnique client ids required to prevent message resending, one for each message we’re sending, may be empty (but not recommended).