Checks if a contact is on Telegram.
Future<bool> isOnTelegram(String phone) { throw UnimplementedError( 'isOnTelegram(String phone) has not been implemented.', ); }