Package net.mamoe.mirai.internal.spi
Class EncryptServiceContext
-
- All Implemented Interfaces:
@Deprecated(message = "该操作在 overflow 中无效", level = DeprecationLevel.ERROR) public final class EncryptServiceContext
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classEncryptServiceContext.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Longidprivate final TypeSafeMapextraArgspublic final static EncryptServiceContext.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description EncryptServiceContext(Long id, TypeSafeMap extraArgs)
-
Method Summary
Modifier and Type Method Description final LonggetId()Bot.id final TypeSafeMapgetExtraArgs()-
-
Constructor Detail
-
EncryptServiceContext
EncryptServiceContext(Long id, TypeSafeMap extraArgs)
-
-
Method Detail
-
getExtraArgs
final TypeSafeMap getExtraArgs()
-
-
-
-