Interface InputChatThemeGift

A theme based on an upgraded gift. Subtype of InputChatTheme.

interface InputChatThemeGift {
    @type: "inputChatThemeGift";
    name: string;
}

Properties

Properties

@type: "inputChatThemeGift"
name: string

Name of the upgraded gift. A gift can be used only in one chat in a time. When the same gift is used in another chat, theme in the previous chat is reset to default.