QGTextChannel

QQ频道中的 文字子频道

QGTextChannel 是当 source.typeChannelType.TEXT 类型时的表现。

Author

ForteScarlet

See also

QGGuild

Properties

Link copied to clipboard
abstract override val category: QGCategory

子频道分组的ID

Link copied to clipboard
open override val name: String

子频道名称

Inherited properties

Link copied to clipboard
Link copied to clipboard
open override val id: ID

子频道ID

Link copied to clipboard
abstract override val source: Channel

原始的子频道信息

Functions

Link copied to clipboard
abstract suspend override fun send(text: String): QGMessageReceipt
abstract suspend override fun send(message: Message): QGMessageReceipt
abstract suspend override fun send(messageContent: MessageContent): QGMessageReceipt

向子频道发送消息。此频道需要为文字子频道,否则会产生异常。