Interface GETChannelCategoryUserManyPermissionResponse

interface GETChannelCategoryUserManyPermissionResponse {
    channelCategoryUserPermissions: APIGuildCategoryUserPermission[];
}

Properties

channelCategoryUserPermissions: APIGuildCategoryUserPermission[]