Commit 6f9579d5 authored by Him188's avatar Him188

Update docs

parent e4353e47
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment