InlineQueryResultLocation class final

InlineQueryResultLocation (inlineQueryResultLocation) - child of InlineQueryResult

Represents a point on the map.

  • id: Unique identifier of the query result.
  • location: Location result.
  • title: Title of the result.
  • thumbnail: Result thumbnail in JPEG format; may be null (optional).
Inheritance

Constructors

InlineQueryResultLocation({required String id, required Location location, required String title, Thumbnail? thumbnail})
InlineQueryResultLocation (inlineQueryResultLocation) - child of InlineQueryResult
const
InlineQueryResultLocation.fromJson(Map<String, dynamic> json)
Parse from a json
factory

Properties

clientId int?
Client ID, from which this object was received
no setterinherited
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
location Location
Location result
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnail Thumbnail?
Result thumbnail in JPEG format; may be null
final
title String
Title of the result
final

Methods

copyWith({String? id, Location? location, String? title, Thumbnail? thumbnail}) InlineQueryResultLocation
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