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

Parameters

Name Type Description
ShortName string Suggested short name

Gogram Example

// Creating StickersSuggestedShortName constructor
obj := &tg.StickersSuggestedShortName{
    ShortName: "...",
}