Skip to content

Commit

Permalink
Simplify doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Mar 29, 2020
1 parent f1d652d commit a58a7a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ sealed class HummerMessage : MessageContent {
* 戳一戳
*/
@SinceMirai("0.31.0")
@MiraiExperimentalAPI
@OptIn(MiraiInternalAPI::class)
class PokeMessage @MiraiInternalAPI(message = "使用伴生对象中的常量") constructor(
@MiraiExperimentalAPI
val type: Int,
@MiraiExperimentalAPI
val id: Int
Expand Down

0 comments on commit a58a7a4

Please sign in to comment.