TelegramBot.stopMessageLiveLocation

Stop updating a live location message

Overloads take either chat_id and message_id or inline_message_id

  1. Message stopMessageLiveLocation(T chat_id, int message_id)
  2. Message stopMessageLiveLocation(string inline_message_id)
    struct TelegramBot
    @trusted
    stopMessageLiveLocation
  3. Message stopMessageLiveLocation(StopMessageLiveLocationMethod m)

Parameters

inline_message_id string

ID of the inline message

Return Value

Type: Message

Edited Message

Throws

TelegramBotException on errors

See Also

Meta