InputContactMessageContent class

Represents the content of a contact message to be sent as the result of an inline query.

Inheritance

Constructors

InputContactMessageContent({required String phoneNumber, required String firstName, String? lastName, String? vcard})
Constructs an InputContactMessageContent object
const
InputContactMessageContent.fromJson(Map<String, dynamic> json)
Constructs an InputContactMessageContent object from a JSON map
factory

Properties

firstName String
Contact's first name
final
hashCode int
The hash code for this object.
no setterinherited
lastName String?
Optional. Contact's last name
final
phoneNumber String
Contact's phone number
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vcard String?
Optional. Additional data about the contact in the form of a vCard, 0-2048 bytes
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts an InputContactMessageContent object to a JSON map
override
toString() String
A string representation of this object.
inherited

Operators

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