Skip to content

Interface: ListGuildInvitationResult

Properties

list_id

list_id: string

本次分页 ID,可转为 bigint

Defined in

src/bot-options.ts:171


next

next: string

是否还有下一页('0':无;'1':有)。

Defined in

src/bot-options.ts:173


records

records: GuildInviteCodeRecord[]

邀请信息列表。

Defined in

src/bot-options.ts:167


size

size: number

获取的数量。

Defined in

src/bot-options.ts:169

Released under the MIT License.