Type Alias TWSCustomMessageUncheckedCreateWithoutEmbedInput

TWSCustomMessageUncheckedCreateWithoutEmbedInput: {
    buttons?: TWSMessageButtonUncheckedCreateNestedManyWithoutTwsCustomMessageInput;
    content?: string | null;
    dbId?: string;
    showInviteButton?: boolean | null;
    showWatchButton?: boolean | null;
    twitterStreamerId: string;
    type: StreamerMessageTypeEnum;
    webhook?: TWSMessageWebhookUncheckedCreateNestedOneWithoutTwsCustomMessageInput;
}