Skip to content

Commit

Permalink
Add Country and City properties to IUserContext interface
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel2215 committed Nov 16, 2024
1 parent e76cd4e commit cc93be9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Chat/IUserContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit cc93be9

Please sign in to comment.