Simple Robot 组件 | OneBot
Toggle table of contents
1.7.0
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | OneBot
simbot-component-onebot-v11-core
/
love.forte.simbot.component.onebot.v11.core.bot
/
OneBotBotGroupRelation
One
Bot
Bot
Group
Relation
@
OneBotInternalImplementationsOnly
interface
OneBotBotGroupRelation
:
GroupRelation
(
source
)
与群聊相关的操作
See also
OneBotBot.
group
Relation
Members
Properties
groups
Link copied to clipboard
abstract
override
val
groups
:
Collectable
<
OneBotGroup
>
获取群列表
Functions
group
Link copied to clipboard
abstract
suspend override
fun
group
(
id
:
ID
)
:
OneBotGroup
?
根据ID查询某个指定的群。
group
Count
Link copied to clipboard
open
suspend override
fun
groupCount
(
)
:
Int
获取群数量。
member
Link copied to clipboard
abstract
suspend
fun
member
(
groupId
:
ID
,
memberId
:
ID
)
:
OneBotMember
?
根据ID查询某个群中的某个成员。