diff --git a/src/Chat/IUserContext.cs b/src/Chat/IUserContext.cs index d96dc8f..e0e2ad9 100644 --- a/src/Chat/IUserContext.cs +++ b/src/Chat/IUserContext.cs @@ -10,6 +10,10 @@ public interface IUserContext public string? IpAddress { get; } + public string? Country { get; } + + public string? City { get; } + public TranslationLanguage Language { get; } public TimeSpan TimeZoneOffset { get; }