GetSecretChat
public struct GetSecretChat : Codable, Equatable, TDFunction
Returns information about a secret chat by its identifier. This is an offline request
-
Undocumented
Declaration
Swift
public typealias Result = SecretChat -
Secret chat identifier
Declaration
Swift
public let secretChatId: Int32 -
Returns information about a secret chat by its identifier. This is an offline request
Declaration
Swift
public init(secretChatId: Int32)Parameters
secretChatIdSecret chat identifier
View on GitHub
Install in Dash
GetSecretChat Structure Reference