RemoveFavoriteSticker
public struct RemoveFavoriteSticker : Codable, Equatable, TDFunction
Removes a sticker from the list of favorite stickers
-
Undocumented
Declaration
Swift
public typealias Result = Ok -
Sticker file to delete from the list
Declaration
Swift
public let sticker: InputFile -
Removes a sticker from the list of favorite stickers
Declaration
Swift
public init(sticker: InputFile)Parameters
stickerSticker file to delete from the list
View on GitHub
Install in Dash
RemoveFavoriteSticker Structure Reference