Skip to content

removeGiftCollectionGifts

Function · TDLib 1.8.67 · d1085f9c

Removes gifts from a collection. If the collection is owned by a channel chat, then requires can_post_messages administrator right in the channel chat. Returns the changed collection

removeGiftCollectionGifts(
  owner_id: MessageSender,
  collection_id: int32,
  received_gift_ids: list of string
) → GiftCollection

owner_id

MessageSender

Identifier of the user or the channel chat that owns the collection

collection_id

int32

Identifier of the gift collection

received_gift_ids

list of string

Identifier of the gifts to remove from the collection