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

Parameters

Name Type Description
Shortcut string Shortcut name.

Gogram Example

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