Typing indicator

This commit is contained in:
2025-06-08 01:16:48 +08:00
parent b2a118bbd0
commit 20e6cc4283
7 changed files with 223 additions and 69 deletions

View File

@ -91,6 +91,7 @@ sealed class SnChatMember with _$SnChatMember {
required int notify,
required DateTime? joinedAt,
required bool isBot,
DateTime? lastTyped,
}) = _SnChatMember;
factory SnChatMember.fromJson(Map<String, dynamic> json) =>