Layer 228
constructor
inputQuickReplyShortcut#24596d41 shortcut:string = InputQuickReplyShortcut;

Parameters

Name Type Description
Shortcut string Shortcut name.

Gogram Example

// Creating InputQuickReplyShortcutObj constructor
obj := &tg.InputQuickReplyShortcutObj{
    Shortcut: "example",
}