Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Activity ¶
type Activity struct { State string `json:"state"` Details string `json:"details"` Timestamps Timestamps `json:"timestamps,omitempty"` Assets Assets `json:"assets,omitempty"` }
type AuthenticateCommandArgs ¶
type AuthenticateCommandArgs struct {
AccessToken string `json:"access_token"`
}
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) SetActivity ¶
func (*Client) SetUserVoiceSettings ¶
func (c *Client) SetUserVoiceSettings(args SetUserVoiceSettingsCommandArgs) error
type SetActivityCommandArgs ¶
type Timestamps ¶
Click to show internal directories.
Click to hide internal directories.