RemoveTopChat
public struct RemoveTopChat : Codable, Equatable, TDFunction
Removes a chat from the list of frequently used chats. Supported only if the chat info database is enabled
-
Undocumented
Declaration
Swift
public typealias Result = Ok -
Category of frequently used chats
Declaration
Swift
public let category: TopChatCategory -
Chat identifier
Declaration
Swift
public let chatId: Int53 -
Removes a chat from the list of frequently used chats. Supported only if the chat info database is enabled
Declaration
Swift
public init(category: TopChatCategory, chatId: Int53)Parameters
categoryCategory of frequently used chats
chatIdChat identifier
View on GitHub
Install in Dash
RemoveTopChat Structure Reference