Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EmoteAPIResponse ¶
type EmoteAPIResponse struct {
ID string `json:"id"`
Code string `json:"code"`
ImageType string `json:"imageType"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
Global bool `json:"global"`
Live bool `json:"live"`
Sharing bool `json:"sharing"`
ApprovalStatus string `json:"approvalStatus"`
User EmoteAPIUser `json:"user"`
}
type EmoteAPIUser ¶
type TooltipData ¶
Click to show internal directories.
Click to hide internal directories.