stickers.SuggestedShortName
- class pyrogram.raw.base.stickers.SuggestedShortName
A suggested short name for the specified stickerpack
- Constructors:
This base type has 1 constructor available.
A suggested short name for a stickerpack
- Functions:
This object can be returned by 1 function.
Suggests a short name for a given stickerpack name
TL Schema
stickers.suggestedShortName#85fea03f
short_name:string
= stickers.SuggestedShortName
Parameter Tree
SuggestedShortName
└── short_name →
stringExample
SuggestedShortName(
short_name="text",
)