InputInlineQueryResultContact class final

InputInlineQueryResultContact (inputInlineQueryResultContact) - child of InputInlineQueryResult

Represents a user contact.

  • id: Unique identifier of the query result.
  • contact: User contact.
  • thumbnailUrl: URL of the result thumbnail, if it exists.
  • thumbnailWidth: Thumbnail width, if known.
  • thumbnailHeight: Thumbnail height, if known.
  • replyMarkup: The message reply markup; pass null if none. Must be of type replyMarkupInlineKeyboard or null (optional).
  • inputMessageContent: The content of the message to be sent. Must be one of the following types: inputMessageText, inputMessageInvoice, inputMessageLocation, inputMessageVenue or inputMessageContact.
Inheritance

Constructors

InputInlineQueryResultContact({required String id, required Contact contact, required String thumbnailUrl, required int thumbnailWidth, required int thumbnailHeight, ReplyMarkup? replyMarkup, required InputMessageContent inputMessageContent})
InputInlineQueryResultContact (inputInlineQueryResultContact) - child of InputInlineQueryResult
const
InputInlineQueryResultContact.fromJson(Map<String, dynamic> json)
Parse from a json
factory

Properties

clientId int?
Client ID, from which this object was received
no setterinherited
contact Contact
User contact
final
currentObjectId String
TDLib object type for current class instance
no setteroverride
extra → dynamic
A sign from TDLib update
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
Unique identifier of the query result
final
inputMessageContent InputMessageContent
The content of the message to be sent. Must be one of the following types: inputMessageText, inputMessageInvoice, inputMessageLocation, inputMessageVenue or inputMessageContact
final
replyMarkup ReplyMarkup?
The message reply markup; pass null if none. Must be of type replyMarkupInlineKeyboard or null
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailHeight int
Thumbnail height, if known
final
thumbnailUrl String
URL of the result thumbnail, if it exists
final
thumbnailWidth int
Thumbnail width, if known
final

Methods

copyWith({String? id, Contact? contact, String? thumbnailUrl, int? thumbnailWidth, int? thumbnailHeight, ReplyMarkup? replyMarkup, InputMessageContent? inputMessageContent}) InputInlineQueryResultContact
Copy model with modified properties.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Convert model to TDLib JSON format
override
toString() String
Convert model to TDLib JSON format, encoded into String.
override

Operators

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

Constants

defaultObjectId → const String
TDLib object type