CloseChat
public struct CloseChat : Codable, Equatable, TDFunction
Informs TDLib that the chat is closed by the user. Many useful activities depend on the chat being opened or closed
-
Undocumented
Declaration
Swift
public typealias Result = Ok -
Chat identifier
Declaration
Swift
public let chatId: Int53 -
Informs TDLib that the chat is closed by the user. Many useful activities depend on the chat being opened or closed
Declaration
Swift
public init(chatId: Int53)Parameters
chatIdChat identifier
View on GitHub
Install in Dash
CloseChat Structure Reference