Skip to content

Interface: KickChatMemberOptions

Properties

chat_id?

optional chat_id: bigint

所在聊天 ID。

guild_id 二选一。

Defined in

src/bot-options.ts:154


guild_id?

optional guild_id: bigint

所在服务器 ID。

chat_id 二选一。

Defined in

src/bot-options.ts:160


until_date

until_date: number

Unused

Defined in

src/bot-options.ts:162

Released under the MIT License.