Uses of Class
org.drinkless.tdlib.TdApi.LiveLocation
Packages that use TdApi.LiveLocation
-
Uses of TdApi.LiveLocation in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.LiveLocationModifier and TypeFieldDescriptionTdApi.EditBusinessMessageLiveLocation.locationNew live location of the message; pass null to stop sharing the live location.TdApi.EditInlineMessageLiveLocation.locationNew live location of the message; pass null to stop sharing the live location.TdApi.EditMessageLiveLocation.locationNew live location of the message; pass null to stop sharing the live location.TdApi.InputMessageLiveLocation.locationInitial state of the live location to be sent.TdApi.MessageLiveLocation.locationThe current location.Constructors in org.drinkless.tdlib with parameters of type TdApi.LiveLocationModifierConstructorDescriptionEditBusinessMessageLiveLocation(String businessConnectionId, long chatId, long messageId, TdApi.ReplyMarkup replyMarkup, TdApi.LiveLocation location) Creates a function, which edits the content of a live location in a message sent on behalf of a business account; for bots only.EditInlineMessageLiveLocation(String inlineMessageId, TdApi.ReplyMarkup replyMarkup, TdApi.LiveLocation location) Creates a function, which edits the content of a live location in an inline message sent via a bot; for bots only.EditMessageLiveLocation(long chatId, long messageId, TdApi.ReplyMarkup replyMarkup, TdApi.LiveLocation location) Creates a function, which edits the message content of a live location.InputMessageLiveLocation(TdApi.LiveLocation location) A message with a live location.MessageLiveLocation(TdApi.LiveLocation location, int expiresIn) A message with a live location.