CreateSecretChat
public struct CreateSecretChat : Codable, Equatable, TDFunction
Returns an existing chat corresponding to a known secret chat
-
Undocumented
Declaration
Swift
public typealias Result = Chat -
Secret chat identifier
Declaration
Swift
public let secretChatId: Int32 -
Returns an existing chat corresponding to a known secret chat
Declaration
Swift
public init(secretChatId: Int32)Parameters
secretChatIdSecret chat identifier
View on GitHub
Install in Dash
CreateSecretChat Structure Reference