CloseSecretChat
public struct CloseSecretChat : Codable, Equatable, TDFunction
Closes a secret chat, effectively transferring its state to secretChatStateClosed
-
Undocumented
Declaration
Swift
public typealias Result = Ok -
Secret chat identifier
Declaration
Swift
public let secretChatId: Int32 -
Closes a secret chat, effectively transferring its state to secretChatStateClosed
Declaration
Swift
public init(secretChatId: Int32)Parameters
secretChatIdSecret chat identifier
View on GitHub
Install in Dash
CloseSecretChat Structure Reference