Documentation ¶ Index ¶ type User type UserList Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type User ¶ type User struct { Id string `json:"id"` Name string `json:"name,omitempty"` Nick string `json:"nick,omitempty"` Avatar string `json:"avatar,omitempty"` IsBot bool `json:"is_bot,omitempty"` } type UserList ¶ type UserList struct { Data []User `json:"data"` Next string `json:"next,omitempty"` } Source Files ¶ View all Source files user.go Click to show internal directories. Click to hide internal directories.