Class TdApi.EditInlineMessageLiveLocation

  • Enclosing class:
    TdApi

    public static class TdApi.EditInlineMessageLiveLocation
    extends TdApi.Function
    Edits the content of a live location in an inline message sent via a bot; for bots only.

    Returns Ok

    • Field Detail

      • inlineMessageId

        public java.lang.String inlineMessageId
        Inline message identifier.
      • location

        public TdApi.Location location
        New location content of the message; may be null. Pass null to stop sharing the live location.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EditInlineMessageLiveLocation

        public EditInlineMessageLiveLocation()
        Default constructor.
      • EditInlineMessageLiveLocation

        public EditInlineMessageLiveLocation​(java.lang.String inlineMessageId,
                                             TdApi.ReplyMarkup replyMarkup,
                                             TdApi.Location location)
        Constructor for initialization of all fields.
        Parameters:
        inlineMessageId - Inline message identifier.
        replyMarkup - New message reply markup.
        location - New location content of the message; may be null. Pass null to stop sharing the live location.