help.getSupportName
Get localized name of the telegram support user
func (c *Client) HelpGetSupportName(ctx context.Context) (*HelpSupportName, error)
Calling this method
client.Run(ctx, func(ctx context.Context) error {
api := client.API()
res, err := api.HelpGetSupportName(ctx)
if err != nil {
return err
}
_ = res // *HelpSupportName
return nil
})
Parameters
This method takes no parameters.
Returns
Possible errors
| Code | Type | Description |
|---|---|---|
| 403 | USER_INVALID | Invalid user provided. |
References
- Official documentation
- Generated Go reference
- TL definition:
help.getSupportName#d360e72c