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