Type Alias CFCustomMessageUncheckedCreateWithoutClipForwardInput

CFCustomMessageUncheckedCreateWithoutClipForwardInput: {
    buttons?: CFMessageButtonUncheckedCreateNestedManyWithoutCfCustomMessageInput;
    content?: string | null;
    dbId?: string;
    embed?: CFMessageEmbedUncheckedCreateNestedOneWithoutCfCustomMessageInput;
    showInviteButton?: boolean | null;
    showWatchButton?: boolean | null;
    type: StreamerMessageTypeEnum;
    webhook?: CFMessageWebhookUncheckedCreateNestedOneWithoutCfCustomMessageInput;
}