Simple Robot
5.0.0-Preview2
      Target filter
Search in API
Skip to content
    Simple Robot
simbot-component-qq-guild-api/love.forte.simbot.qguild.api.channel

Package-level declarations

Types

CreateChannelApi
Link copied to clipboard
@PrivateDomainOnly
class CreateChannelApi : PostQQGuildApi<SimpleChannel>

创建子频道

DeleteChannelApi
Link copied to clipboard
@PrivateDomainOnly
class DeleteChannelApi : QQGuildApiWithoutResult, DeleteQQGuildApi<Unit>

删除子频道

GetChannelApi
Link copied to clipboard
class GetChannelApi : GetQQGuildApi<SimpleChannel>

获取子频道信息

GetChannelOnlineNumsApi
Link copied to clipboard
class GetChannelOnlineNumsApi(channelId: String) : GetQQGuildApi<OnlineNumsResult>

获取在线成员数

GetGuildChannelListApi
Link copied to clipboard
class GetGuildChannelListApi : GetQQGuildApi<List<SimpleChannel>>

获取子频道列表

ModifyChannelApi
Link copied to clipboard
@PrivateDomainOnly
class ModifyChannelApi : PatchQQGuildApi<SimpleChannel>

修改子频道

OnlineNumsResult
Link copied to clipboard
@Serializable
data class OnlineNumsResult(val onlineNums: Int)

Result of GetChannelOnlineNumsApi

Generated by Dokka
© 2024-2026 Simple Robot. All rights reserved.