Interface SupportUnblockScreenButtonUnblockFields

interface SupportUnblockScreenButtonUnblockFields {
    id: number;
    text: string;
    type: "unblock_button";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: number
text: string

Надпись на кнопке

type: "unblock_button"

Generated using TypeDoc