SecretChatState
public indirect enum SecretChatState : Codable, Equatable, FunctionResult, TDEnum, EquatableEnum
Describes the current secret chat state
-
The secret chat is not yet created; waiting for the other user to get online
Declaration
Swift
case pending
-
The secret chat is ready to use
Declaration
Swift
case ready
-
The secret chat is closed
Declaration
Swift
case closed