Layer 224
StickersSuggestedShortNameObj
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 StickersSuggestedShortNameObj constructor obj := &tg.StickersSuggestedShortNameObj{ ShortName: "Hello, World!", }