help.getSupport
Returns the support user for the "ask a question" feature.
func (c *Client) HelpGetSupport(ctx context.Context) (*HelpSupport, error)
Calling this method
client.Run(ctx, func(ctx context.Context) error {
api := client.API()
res, err := api.HelpGetSupport(ctx)
if err != nil {
return err
}
_ = res // *HelpSupport
return nil
})
Parameters
This method takes no parameters.
Returns
References
- Official documentation
- Generated Go reference
- TL definition:
help.getSupport#9cdf08cd