EditMessageLiveLocation class

Inheritance

Constructors

EditMessageLiveLocation({required int chatId, required int messageId, ReplyMarkup? replyMarkup, Location? location, required int heading, required int proximityAlertRadius})
Edits the message content of a live location. Messages can be edited for a limited period of time specified in the live location. Returns the edited message after the edit is completed on the server side
const

Properties

chatId int
chatId The chat the message belongs to
final
hashCode int
The hash code for this object.
no setterinherited
heading int
heading The new direction in which the location moves, in degrees; 1-360. Pass 0 if unknown
final
location Location?
location New location content of the message; pass null to stop sharing the live location
final
messageId int
messageId Identifier of the message
final
proximityAlertRadius int
proximityAlertRadius The new maximum distance for proximity alerts, in meters (0-100000). Pass 0 if the notification is disabled
final
replyMarkup ReplyMarkup?
replyMarkup The new message reply markup; pass null if none; for bots only
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? chatId, int? messageId, ReplyMarkup? replyMarkup, Location? location, int? heading, int? proximityAlertRadius}) EditMessageLiveLocation
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

CONSTRUCTOR → const String