ContactOrBot

interface ContactOrBot : CoroutineScope

拥有 id 的对象. 此为 ContactBot 的唯一公共接口.

See also

Properties

avatarUrl
Link copied to clipboard
open val avatarUrl: String

头像下载链接

bot
Link copied to clipboard
abstract val bot: Bot

相关 Bot

coroutineContext
Link copied to clipboard
abstract val coroutineContext: CoroutineContext
id
Link copied to clipboard
abstract val id: Long

QQ 号或群号.

Inheritors

Bot
Link copied to clipboard
Contact
Link copied to clipboard
UserOrBot
Link copied to clipboard