guild

package
v0.0.13 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2024 License: MIT Imports: 0 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Guild

type Guild struct {
	Id     string `json:"id"`               // 群组 ID
	Name   string `json:"name,omitempty"`   // 群组名称
	Avatar string `json:"avatar,omitempty"` // 群组头像
}

群组

type GuildList

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

Guild 分页列表

Jump to

Keyboard shortcuts

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