Layer 224
constructor
stickers.suggestedShortName#85fea03f short_name:string = stickers.SuggestedShortName;

Parameters

Name Type Description
ShortName string Suggested short name

Gogram Example

// Creating StickersSuggestedShortNameObj constructor
obj := &tg.StickersSuggestedShortNameObj{
    ShortName: "Hello, World!",
}