Uses of Class
org.drinkless.tdlib.TdApi.SecretChatState
-
Packages that use TdApi.SecretChatState Package Description org.drinkless.tdlib -
-
Uses of TdApi.SecretChatState in org.drinkless.tdlib
Subclasses of TdApi.SecretChatState in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.SecretChatStateClosedThe secret chat is closed.static classTdApi.SecretChatStatePendingThe secret chat is not yet created; waiting for the other user to get online.static classTdApi.SecretChatStateReadyThe secret chat is ready to use.Fields in org.drinkless.tdlib declared as TdApi.SecretChatState Modifier and Type Field Description TdApi.SecretChatStateTdApi.SecretChat. stateState of the secret chat.Constructors in org.drinkless.tdlib with parameters of type TdApi.SecretChatState Constructor Description SecretChat(int id, long userId, TdApi.SecretChatState state, boolean isOutbound, byte[] keyHash, int layer)Represents a secret chat.
-