Skip to content

addStickerToSet

Function · TDLib 1.8.67 · d1085f9c

Adds a new sticker to a set

addStickerToSet(
  user_id: int53,
  name: string,
  sticker: NewSticker
) → Ok

user_id

int53

Sticker set owner; ignored for regular users

name

string

Sticker set name. The sticker set must be owned by the current user, and contain less than 200 stickers for custom emoji sticker sets and less than 120 otherwise

sticker

NewSticker

Sticker to add to the set