account.getReactionsNotifySettings
Get the current reaction notification settings ».
func (c *Client) AccountGetReactionsNotifySettings(ctx context.Context) (*ReactionsNotifySettings, error)
Calling this method
client.Run(ctx, func(ctx context.Context) error {
api := client.API()
res, err := api.AccountGetReactionsNotifySettings(ctx)
if err != nil {
return err
}
_ = res // *ReactionsNotifySettings
return nil
})
Parameters
This method takes no parameters.
Returns
References
- Official documentation
- Generated Go reference
- TL definition:
account.getReactionsNotifySettings#6dd654c