Skip to main content

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

*ReactionsNotifySettings

References