Interface ReorderGiftCollections

Changes order of gift collections. If the collections are owned by a channel chat, then requires can_post_messages administrator right in the channel chat. Request type for Tdjson#reorderGiftCollections.

interface ReorderGiftCollections {
    @type: "reorderGiftCollections";
    collection_ids: number[];
    owner_id: MessageSender;
}

Properties

@type: "reorderGiftCollections"
collection_ids: number[]

New order of gift collections.

owner_id: MessageSender

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