TWSCustomMessageCreateInput: {
    buttons?: TWSMessageButtonCreateNestedManyWithoutTwsCustomMessageInput;
    content?: string | null;
    dbId?: string;
    embed?: TWSMessageEmbedCreateNestedOneWithoutTwsCustomMessageInput;
    showInviteButton?: boolean | null;
    showWatchButton?: boolean | null;
    twitterStreamer?: TwitterStreamerCreateNestedOneWithoutCustomMessagesInput;
    type: StreamerMessageTypeEnum;
    webhook?: TWSMessageWebhookCreateNestedOneWithoutTwsCustomMessageInput;
}