Skip to content

sendQuickReplyShortcutMessages

Function · TDLib 1.8.67 · d1085f9c

Sends messages from a quick reply shortcut. Requires Telegram Business subscription. Can't be used to send paid messages

sendQuickReplyShortcutMessages(
  chat_id: int53,
  shortcut_id: int32,
  sending_id: int32
) → Messages

chat_id

int53

Identifier of the chat to which to send messages. The chat must be a private chat with a regular user

shortcut_id

int32

Unique identifier of the quick reply shortcut

sending_id

int32

Non-persistent identifier, which will be returned back in messageSendingStatePending object and can be used to match sent messages and corresponding updateNewMessage updates