AddStickerToSet
public struct AddStickerToSet : Codable, Equatable, TDFunction
Adds a new sticker to a set; for bots only. Returns the sticker set
-
Undocumented
Declaration
Swift
public typealias Result = StickerSet -
Sticker set owner
Declaration
Swift
public let userId: Int32 -
Sticker set name
Declaration
Swift
public let name: String -
Sticker to add to the set
Declaration
Swift
public let sticker: InputSticker -
Adds a new sticker to a set; for bots only. Returns the sticker set
Declaration
Swift
public init(userId: Int32, name: String, sticker: InputSticker)Parameters
userIdSticker set owner
nameSticker set name
stickerSticker to add to the set
View on GitHub
Install in Dash
AddStickerToSet Structure Reference