AddFavoriteSticker
public struct AddFavoriteSticker : Codable, Equatable, TDFunction
Adds a new sticker to the list of favorite stickers. The new sticker is added to the top of the list. If the sticker was already in the list, it is removed from the list first. Only stickers belonging to a sticker set can be added to this list
-
Undocumented
Declaration
Swift
public typealias Result = Ok
-
Sticker file to add
Declaration
Swift
public let sticker: InputFile
-
Adds a new sticker to the list of favorite stickers. The new sticker is added to the top of the list. If the sticker was already in the list, it is removed from the list first. Only stickers belonging to a sticker set can be added to this list
Declaration
Swift
public init(sticker: InputFile)
Parameters
sticker
Sticker file to add