createGiftCollection¶
Creates a collection from gifts on the current user's or a channel's profile page; requires can_post_messages administrator right in the channel chat. An owner can have up to getOption("gift_collection_count_max") gift collections. The new collection will be added to the end of the gift collection list of the owner. Returns the created collection
createGiftCollection(
owner_id: MessageSender,
name: string,
received_gift_ids: list of string
) → GiftCollection