BotRelations

interface BotRelations(source)

Bot 与部分常见行为对象的关系接口, 提供获取 GuildRelationGroupRelationContactRelation 的 API 并由 Bot 实现。

BotRelations 不提供与 Channel 直接相关的 API 或接口,对其的操作可以通过 Guild 间接完成, 或在实现者支持直接操作 Channel 时提供额外的 API。

See also

Inheritors

Properties

Link copied to clipboard

Bot 与联系人的关系。 可用于寻找指定的联系人或查询联系人/会话的集合。

Link copied to clipboard

Bot 与聊天群的关系。 可用于寻找指定的聊天群或查询聊天群的集合。

Link copied to clipboard

Bot 与频道服务器的关系。 可用于寻找指定的频道服务器或查询频道服务器的集合。