RemoveRecentSticker
public struct RemoveRecentSticker : Codable, Equatable, TDFunction
Removes a sticker from the list of recently used stickers
-
Undocumented
Declaration
Swift
public typealias Result = Ok
-
Pass true to remove the sticker from the list of stickers recently attached to photo or video files; pass false to remove the sticker from the list of recently sent stickers
Declaration
Swift
public let isAttached: Bool
-
Sticker file to delete
Declaration
Swift
public let sticker: InputFile
-
Removes a sticker from the list of recently used stickers
Declaration
Swift
public init(isAttached: Bool, sticker: InputFile)
Parameters
isAttached
Pass true to remove the sticker from the list of stickers recently attached to photo or video files; pass false to remove the sticker from the list of recently sent stickers
sticker
Sticker file to delete