Chat timeout APIs

🐛 Fix member listing in chat
This commit is contained in:
2025-11-30 21:08:07 +08:00
parent c038ab9e3c
commit d5510f7e4d
3 changed files with 128 additions and 6 deletions

View File

@@ -53,8 +53,10 @@ public enum ChatTimeoutCauseType
public class ChatTimeoutCause
{
[MaxLength(4096)] public string? Reason { get; set; } = null;
public ChatTimeoutCauseType Type { get; set; }
public Guid? SenderId { get; set; }
public Instant? Since { get; set; }
}
public class SnChatMember : ModelBase