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

This commit is contained in:
torvalds
2026-07-05 19:44:01 +07:00
parent 8efcc4edb4
commit 3f2dea665b
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?;
}