fixed namespace abiguity between DM and TextChannel models using aliases

This commit is contained in:
2026-05-03 14:38:57 +02:00
parent bf8bd8f91e
commit 469cac90bc

View File

@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Threading.Tasks;
using Chtn.CSharp.SDK.Core;
using Chtn.CSharp.SDK.Models.Chat.DM;
using DMModels = Chtn.CSharp.SDK.Models.Chat.DM;
using Chtn.CSharp.SDK.Models.Chat.TextChannel;
namespace Chtn.CSharp.SDK.Services