InlineQueryResultLocation class
Represents a location on a map. By default, the location will be sent by the user. Alternatively, you can use inputMessageContent to send a message with the specified content instead of the location.
Note: This will only work in Telegram versions released after 9 April, 2016. Older clients will ignore them.
https://core.telegram.org/bots/api#inlinequeryresultlocation
- Implemented types
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake)
Constructors
- InlineQueryResultLocation({required String id, String type = InlineQueryResult.typeLocation, required double latitude, required double longitude, required String title, double? horizontalAccuracy, int? livePeriod, int? heading, int? proximityAlertRadius, InlineKeyboardMarkup? replyMarkup, InputMessageContent? inputMessageContent, String? thumbnailUrl, int? thumbnailWidth, int? thumbnailHeight})
-
InlineQueryResultLocation.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- heading ↔ int?
-
getter/setter pair
- horizontalAccuracy ↔ double?
-
getter/setter pair
- id ↔ String
-
getter/setter pairoverride
- inputMessageContent ↔ InputMessageContent?
-
getter/setter pair
- latitude ↔ double
-
getter/setter pair
- livePeriod ↔ int?
-
getter/setter pair
- livePeriod_ ↔ Duration?
-
getter/setter pair
- longitude ↔ double
-
getter/setter pair
- proximityAlertRadius ↔ int?
-
getter/setter pair
- replyMarkup ↔ InlineKeyboardMarkup?
-
getter/setter pairoverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thumbnailHeight ↔ int?
-
getter/setter pair
- thumbnailUrl ↔ String?
-
getter/setter pair
- thumbnailWidth ↔ int?
-
getter/setter pair
- title ↔ String
-
getter/setter pair
- type ↔ String
-
getter/setter pairoverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited