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
userId
Sticker set owner
name
Sticker set name
sticker
Sticker to add to the set