ultra-telegram-framework
    Preparing search index...

    Interface OwnedGifts

    Contains the list of gifts received and owned by a user or a chat.

    interface OwnedGifts {
        gifts: OwnedGift[];
        next_offset?: string;
        total_count: number;
    }
    Index

    Properties

    gifts: OwnedGift[]

    The list of gifts

    next_offset?: string

    Optional. Offset for the next request. If empty, then there are no more results

    total_count: number

    The total number of gifts owned by the user or the chat