setGiftCollectionName¶
Changes name of a gift 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
setGiftCollectionName(
owner_id: MessageSender,
collection_id: int32,
name: string
) → GiftCollection