Type Alias CFCustomMessageCreateWithoutClipForwardInput

CFCustomMessageCreateWithoutClipForwardInput: {
    buttons?: CFMessageButtonCreateNestedManyWithoutCfCustomMessageInput;
    content?: string | null;
    dbId?: string;
    embed?: CFMessageEmbedCreateNestedOneWithoutCfCustomMessageInput;
    showInviteButton?: boolean | null;
    showWatchButton?: boolean | null;
    type: StreamerMessageTypeEnum;
    webhook?: CFMessageWebhookCreateNestedOneWithoutCfCustomMessageInput;
}