Type Alias TTSCustomMessageCreateWithoutTiktokStreamerInput

TTSCustomMessageCreateWithoutTiktokStreamerInput: {
    buttons?: TTSMessageButtonCreateNestedManyWithoutTtsCustomMessageInput;
    content?: string | null;
    dbId?: string;
    embed?: TTSMessageEmbedCreateNestedOneWithoutTtsCustomMessageInput;
    showInviteButton?: boolean | null;
    showWatchButton?: boolean | null;
    type: StreamerMessageTypeEnum;
    webhook?: TTSMessageWebhookCreateNestedOneWithoutTtsCustomMessageInput;
}