help.getPremiumPromo
Get Telegram Premium promotion information
func (c *Client) HelpGetPremiumPromo(ctx context.Context) (*HelpPremiumPromo, error)
Calling this method
client.Run(ctx, func(ctx context.Context) error {
api := client.API()
res, err := api.HelpGetPremiumPromo(ctx)
if err != nil {
return err
}
_ = res // *HelpPremiumPromo
return nil
})
Parameters
This method takes no parameters.
Returns
References
- Official documentation
- Generated Go reference
- TL definition:
help.getPremiumPromo#b81b93d4