Skip to content

Interface: ListChatMemberOptions

Properties

chat?

optional chat: bigint

聊天 ID。

guild 二选一。

Defined in

src/bot-options.ts:201


guild?

optional guild: bigint

服务器 ID。

chat 二选一。

Defined in

src/bot-options.ts:207


user?

optional user: bigint

操作的用户 ID,留空则为机器人的 user id。

Defined in

src/bot-options.ts:195

Released under the MIT License.