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)
    struct TelegramBot
    @trusted
    stopMessageLiveLocation
    (
    T
    )
  2. Message stopMessageLiveLocation(string inline_message_id)
  3. Message stopMessageLiveLocation(StopMessageLiveLocationMethod m)

Parameters

chat_id T

Unique identifier for the target chat or username of the target channel (in the format @channelusername)

message_id int

ID of the message to edit

Return Value

Type: Message

Edited Message

Throws

TelegramBotException on errors

See Also

Meta