RemoveStickerFromSet
public struct RemoveStickerFromSet : Codable, Equatable, TDFunction
Removes a sticker from the set to which it belongs; for bots only. The sticker set must have been created by the bot
-
Undocumented
Declaration
Swift
public typealias Result = Ok -
Sticker
Declaration
Swift
public let sticker: InputFile -
Removes a sticker from the set to which it belongs; for bots only. The sticker set must have been created by the bot
Declaration
Swift
public init(sticker: InputFile)Parameters
stickerSticker
View on GitHub
Install in Dash
RemoveStickerFromSet Structure Reference