EditInlineMessageLiveLocation
public struct EditInlineMessageLiveLocation : Codable, Equatable, TDFunction
Edits the content of a live location in an inline message sent via a bot; for bots only
-
Undocumented
Declaration
Swift
public typealias Result = Ok
-
Inline message identifier
Declaration
Swift
public let inlineMessageId: String
-
The new message reply markup
Declaration
Swift
public let replyMarkup: ReplyMarkup
-
New location content of the message; may be null. Pass null to stop sharing the live location
Declaration
Swift
public let location: Location?
-
Edits the content of a live location in an inline message sent via a bot; for bots only
Declaration
Swift
public init(inlineMessageId: String, replyMarkup: ReplyMarkup, location: Location?)
Parameters
inlineMessageId
Inline message identifier
replyMarkup
The new message reply markup
location
New location content of the message; may be null. Pass null to stop sharing the live location