Type Alias TWSCustomMessageUncheckedCreateWithoutWebhookInput

TWSCustomMessageUncheckedCreateWithoutWebhookInput: {
    buttons?: TWSMessageButtonUncheckedCreateNestedManyWithoutTwsCustomMessageInput;
    content?: string | null;
    dbId?: string;
    embed?: TWSMessageEmbedUncheckedCreateNestedOneWithoutTwsCustomMessageInput;
    showInviteButton?: boolean | null;
    showWatchButton?: boolean | null;
    twitterStreamerId: string;
    type: StreamerMessageTypeEnum;
}