haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.AddQuickReplyShortcutMessage

Synopsis

Documentation

data AddQuickReplyShortcutMessage Source #

Adds a message to a quick reply shortcut. If shortcut doesn't exist and there are less than getOption("quick_reply_shortcut_count_max") shortcuts, then a new shortcut is created. The shortcut must not contain more than getOption("quick_reply_shortcut_message_count_max") messages after adding the new message. Returns the added message. Returns QuickReplyMessage

Constructors

AddQuickReplyShortcutMessage 

Fields