Layer 220
StickersSuggestedShortName
A suggested short name for a stickerpack
constructor
stickers.suggestedShortName#85fea03f short_name:string = stickers.SuggestedShortName;
Parameters
| Name | Type | Description |
|---|---|---|
| ShortName | string | Suggested short name |
Returns
stickers.SuggestedShortNameGogram Example
// Creating StickersSuggestedShortName constructor obj := &tg.StickersSuggestedShortName{ ShortName: "...", }