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