фикс кнопки звонка не людям. issue #44

This commit is contained in:
Jganenokk
2026-07-05 19:44:01 +07:00
parent c3f4016d24
commit c2f6c32fdb
3 changed files with 34 additions and 9 deletions
+2
View File
@@ -67,5 +67,7 @@ class ContactInfo {
return o is List ? o.whereType<String>().toList() : const [];
}
bool get isBot => options.contains('BOT');
int? get id => raw['id'] as int?;
}