Uses of Class
it.tdlight.jni.TdApi.SecretChatState
-
Uses of TdApi.SecretChatState in it.tdlight.jni
Subclasses of TdApi.SecretChatState in it.tdlight.jniModifier and TypeClassDescriptionstatic final class
The secret chat is closed.static final class
The secret chat is not yet created; waiting for the other user to get online.static final class
The secret chat is ready to use.Fields in it.tdlight.jni declared as TdApi.SecretChatStateConstructors in it.tdlight.jni with parameters of type TdApi.SecretChatStateModifierConstructorDescriptionSecretChat
(int id, long userId, TdApi.SecretChatState state, boolean isOutbound, byte[] keyHash, int layer) Represents a secret chat.