Type Alias CFCustomMessageUncheckedCreateWithoutEmbedInput

CFCustomMessageUncheckedCreateWithoutEmbedInput: {
    buttons?: CFMessageButtonUncheckedCreateNestedManyWithoutCfCustomMessageInput;
    clipForwardId: string;
    content?: string | null;
    dbId?: string;
    showInviteButton?: boolean | null;
    showWatchButton?: boolean | null;
    type: StreamerMessageTypeEnum;
    webhook?: CFMessageWebhookUncheckedCreateNestedOneWithoutCfCustomMessageInput;
}