Type Alias WSCustomMessageCreateWithoutWhatnotStreamerInput

WSCustomMessageCreateWithoutWhatnotStreamerInput: {
    buttons?: WSMessageButtonCreateNestedManyWithoutWsCustomMessageInput;
    content?: string | null;
    dbId?: string;
    embed?: WSMessageEmbedCreateNestedOneWithoutWsCustomMessageInput;
    showInviteButton?: boolean | null;
    showWatchButton?: boolean | null;
    type: StreamerMessageTypeEnum;
    webhook?: WSMessageWebhookCreateNestedOneWithoutWsCustomMessageInput;
}