Interface GiftSettings

Contains settings for gift receiving for a user.

interface GiftSettings {
    @type: "giftSettings";
    accepted_gift_types: AcceptedGiftTypes;
    show_gift_button?: boolean;
}

Properties

@type: "giftSettings"
accepted_gift_types: AcceptedGiftTypes

Types of gifts accepted by the user; for Telegram Premium users only.

show_gift_button?: boolean

True, if a button for sending a gift to the user or by the user must always be shown in the input field.