Type Alias CSCustomMessageUncheckedCreateWithoutClubStreamerInput

CSCustomMessageUncheckedCreateWithoutClubStreamerInput: {
    buttons?: CSMessageButtonUncheckedCreateNestedManyWithoutCsCustomMessageInput;
    content?: string | null;
    dbId?: string;
    embed?: CSMessageEmbedUncheckedCreateNestedOneWithoutCsCustomMessageInput;
    showInviteButton?: boolean | null;
    showWatchButton?: boolean | null;
    type: StreamerMessageTypeEnum;
    webhook?: CSMessageWebhookUncheckedCreateNestedOneWithoutCsCustomMessageInput;
}