Type Alias CSCustomMessageCreateWithoutClubStreamerInput

CSCustomMessageCreateWithoutClubStreamerInput: {
    buttons?: CSMessageButtonCreateNestedManyWithoutCsCustomMessageInput;
    content?: string | null;
    dbId?: string;
    embed?: CSMessageEmbedCreateNestedOneWithoutCsCustomMessageInput;
    showInviteButton?: boolean | null;
    showWatchButton?: boolean | null;
    type: StreamerMessageTypeEnum;
    webhook?: CSMessageWebhookCreateNestedOneWithoutCsCustomMessageInput;
}