Type Alias TSCustomMessageCreateWithoutWebhookInput

TSCustomMessageCreateWithoutWebhookInput: {
    buttons?: TSMessageButtonCreateNestedManyWithoutTsCustomMessageInput;
    content?: string | null;
    dbId?: string;
    embed?: TSMessageEmbedCreateNestedOneWithoutTsCustomMessageInput;
    twitchStreamer?: TwitchStreamerCreateNestedOneWithoutCustomMessagesInput;
    type: StreamerMessageTypeEnum;
}