QGAtChannel

@SerialName(value = "qg.atChannel")
data class QGAtChannel(val target: ID) : QGMessageElement(source)

Deprecated

Just use At(target, type = QQGuildComponent.AT_CHANNEL_TYPE)

Replace with

import love.forte.simbot.message.At
import love.forte.simbot.component.qguild.QQGuildComponent
At(target, type = QQGuildComponent.AT_CHANNEL_TYPE)

在QQ频道中AT(提及)一个子频道

Deprecated: 直接使用 At 并使其 type"channel" 即可。

Constructors

Link copied to clipboard
constructor(target: ID)

Properties

Link copied to clipboard
val target: ID