RemoveRecentHashtag
public struct RemoveRecentHashtag : Codable, Equatable, TDFunction
Removes a hashtag from the list of recently used hashtags
-
Undocumented
Declaration
Swift
public typealias Result = Ok
-
Hashtag to delete
Declaration
Swift
public let hashtag: String
-
Removes a hashtag from the list of recently used hashtags
Declaration
Swift
public init(hashtag: String)
Parameters
hashtag
Hashtag to delete