Skip to content

Interface: ListChatMemberOptions

Properties

chat

Optional chat: bigint

聊天 ID。

guild 二选一。

Defined in

src/bot-options.ts:181


guild

Optional guild: bigint

服务器 ID。

chat 二选一。

Defined in

src/bot-options.ts:187


user

Optional user: bigint

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

Defined in

src/bot-options.ts:175

Released under the MIT License.