package
Version:
v0.0.13
Opens a new window with list of versions in this module.
Published: Jun 18, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
type Guild struct {
Id string `json:"id"`
Name string `json:"name,omitempty"`
Avatar string `json:"avatar,omitempty"`
}
群组
type GuildList struct {
Data []*Guild `json:"data"`
Next string `json:"next,omitempty"`
}
Guild 分页列表
Source Files
¶
Click to show internal directories.
Click to hide internal directories.