help.SupportName
- class pyrogram.raw.base.help.SupportName
Get localized name for support user
- Constructors:
This base type has 1 constructor available.
Localized name for telegram support
- Functions:
This object can be returned by 1 function.
Get localized name of the telegram support user
TL Schema
help.supportName#8c05f1c9
name:string
= help.SupportName
Parameter Tree
SupportName
└── name →
stringExample
SupportName(
name="text",
)