Type Alias CFCustomMessageCreateWithoutWebhookInput

CFCustomMessageCreateWithoutWebhookInput: {
    buttons?: CFMessageButtonCreateNestedManyWithoutCfCustomMessageInput;
    clipForward?: GuildClipForwardCreateNestedOneWithoutCustomMessagesInput;
    content?: string | null;
    dbId?: string;
    embed?: CFMessageEmbedCreateNestedOneWithoutCfCustomMessageInput;
    showInviteButton?: boolean | null;
    showWatchButton?: boolean | null;
    type: StreamerMessageTypeEnum;
}