help.SupportName

class pyrogram.raw.base.help.SupportName

Get localized name for support user

Constructors:

This base type has 1 constructor available.

help.SupportName

Localized name for telegram support

Functions:

This object can be returned by 1 function.

help.GetSupportName

Get localized name of the telegram support user

TL Schema

help.supportName#8c05f1c9
name:string

= help.SupportName

Parameter Tree

SupportName
└── namestring

Example

SupportName(
    name="text",
)