guildrole

package
v0.0.15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2024 License: MIT Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GuildRole

type GuildRole struct {
	Id   string `json:"id"`             // 角色 ID
	Name string `json:"name,omitempty"` // 角色名称
}

群组角色

type GuildRoleList

type GuildRoleList struct {
	Data []*GuildRole `json:"data"`           // 数据
	Next string       `json:"next,omitempty"` // 下一页的令牌
}

GuildRole 分页列表

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL