ChatReceiverInfo class

Additional information about a receiver.

Constructors

ChatReceiverInfo({required String id, String? name, String? firstName, String? lastName, String? username, String? phone, String? photoUrl, bool isBot = false, Map<String, dynamic>? rawData})
const

Properties

firstName String?
First name (if available).
final
hashCode int
The hash code for this object.
no setterinherited
id String
Platform-specific ID.
final
isBot bool
Whether this is a bot/automated account.
final
lastName String?
Last name (if available).
final
name String?
Display name.
final
phone String?
Phone number (if available).
final
photoUrl String?
Profile photo URL.
final
rawData Map<String, dynamic>?
Platform-specific additional data.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String?
Username/handle.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited