mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-09 18:00:33 +08:00
Update docs
This commit is contained in:
parent
e4353e47f9
commit
6f9579d51b
@ -58,6 +58,8 @@ interface Message {
|
||||
* [@123456789]
|
||||
* [face123]
|
||||
* ```
|
||||
*
|
||||
* 使用 [toString] 将得到同样的值
|
||||
*/
|
||||
val stringValue: String
|
||||
|
||||
|
@ -33,7 +33,7 @@ internal inline fun TIMBotNetworkHandler.BotSession(
|
||||
bot: Bot,
|
||||
sessionKey: SessionKey,
|
||||
socket: DataPacketSocketAdapter
|
||||
) = BotSession(bot, sessionKey, socket, this)
|
||||
): BotSession = BotSession(bot, sessionKey, socket, this)
|
||||
|
||||
/**
|
||||
* 登录会话. 当登录完成后, 客户端会拿到 sessionKey.
|
||||
|
Loading…
Reference in New Issue
Block a user