Update docs

This commit is contained in:
Him188 2019-11-11 19:48:25 +08:00
parent e4353e47f9
commit 6f9579d51b
2 changed files with 3 additions and 1 deletions

View File

@ -58,6 +58,8 @@ interface Message {
* [@123456789]
* [face123]
* ```
*
* 使用 [toString] 将得到同样的值
*/
val stringValue: String

View File

@ -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.