Interface SupportUnblockScreenContentBlockFields

interface SupportUnblockScreenContentBlockFields {
    content_type: "message" | "post";
    type: "ban_reason_content";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

content_type: "message" | "post"

Тип контента

type: "ban_reason_content"

Generated using TypeDoc