mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-01 09:28:21 +08:00
补充Nudge文档: 戳一戳上限 (#1908)
This commit is contained in:
parent
598eda015f
commit
827844c5d1
@ -59,7 +59,7 @@ public sealed class Nudge {
|
||||
*
|
||||
* 需要使用支持的[协议][BotConfiguration.protocol] [MiraiProtocol.ANDROID_PHONE] 或 [MiraiProtocol.IPAD]. 自 2.10 起才支持使用 IPAD 协议发送.
|
||||
*
|
||||
* @return 成功发送时为 `true`. 若对方禁用 "戳一戳" 功能, 返回 `false`.
|
||||
* @return 成功发送时为 `true`. 若对方禁用 "戳一戳" 功能或今日 "戳一戳" 次数已达到上限, 返回 `false`.
|
||||
*
|
||||
* @throws UnsupportedOperationException 当未使用 [ANDROID_PHONE 协议][MiraiProtocol.ANDROID_PHONE] 或 [IPAD 协议][MiraiProtocol.IPAD] 时抛出
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user