chatChannel

abstract suspend override fun chatChannel(id: ID): KookChatChannel?(source)

尝试根据指定ID获取匹配的 KookChatChannel。未找到时得到null。

See also