package
Version:
v0.0.6
Opens a new window with list of versions in this module.
Published: Feb 24, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type GuildRole struct {
Id string `json:"id"`
Name string `json:"name"`
}
type GuildRoleList struct {
Data []GuildRole `json:"data"`
Next string `json:"next,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.