haskell-tdlib-2.1.22.0: Binding to the Telegram Database Library
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.EditBusinessMessageLiveLocation

Synopsis

Documentation

data EditBusinessMessageLiveLocation Source #

Edits the content of a live location in a message sent on behalf of a business account; for bots only. Returns BusinessMessage

Constructors

EditBusinessMessageLiveLocation 

Fields

  • business_connection_id :: Maybe Text

    Unique identifier of business connection on behalf of which the message was sent

  • chat_id :: Maybe Int

    The chat the message belongs to

  • message_id :: Maybe Int

    Identifier of the message

  • reply_markup :: Maybe ReplyMarkup

    The new message reply markup; pass null if none

  • location :: Maybe LiveLocation

    New live location of the message; pass null to stop sharing the live location. If the new live_period isn't set to 0x7FFFFFFF, then it must not exceed the current live_period by more than a day, and the live location expiration date must remain in the next 90 days