TSMessageWebhookCreateInput: {
    avatarUrl?: string | null;
    dbId?: string;
    enabled?: boolean | null;
    tsCustomMessage?: TSCustomMessageCreateNestedOneWithoutWebhookInput;
    username?: string | null;
}