Interface GetGiftCollections

Returns collections of gifts owned by the given user or chat. Request type for Tdjson#getGiftCollections.

interface GetGiftCollections {
    @type: "getGiftCollections";
    owner_id: MessageSender;
}

Properties

Properties

@type: "getGiftCollections"
owner_id: MessageSender

Identifier of the user or the channel chat that received the gifts.