Uses of Class
it.tdlight.jni.TdApi.Location
-
Uses of TdApi.Location in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.ChatLocation.location
The location.TdApi.EditInlineMessageLiveLocation.location
New location content of the message; pass null to stop sharing the live location.TdApi.EditMessageLiveLocation.location
New location content of the message; pass null to stop sharing the live location.TdApi.GetMapThumbnailFile.location
Location of the map center.TdApi.InlineQueryResultLocation.location
Location result.TdApi.InputInlineQueryResultLocation.location
Location result.TdApi.InputMessageLocation.location
Location to be sent.TdApi.MessageLocation.location
The location description.TdApi.PageBlockMap.location
Location of the map center.TdApi.SearchChatsNearby.location
Current user location.TdApi.SetLocation.location
The new location of the user.TdApi.Venue.location
Venue location; as defined by the sender.TdApi.GetInlineQueryResults.userLocation
Location of the user; pass null if unknown or the bot doesn't need user's location.TdApi.UpdateNewChosenInlineResult.userLocation
User location; may be null.TdApi.UpdateNewInlineQuery.userLocation
User location; may be null.ModifierConstructorDescriptionChatLocation
(TdApi.Location location, String address) Represents a location to which a chat is connected.EditInlineMessageLiveLocation
(String inlineMessageId, TdApi.ReplyMarkup replyMarkup, TdApi.Location location, int heading, int proximityAlertRadius) 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.Location location, int heading, int proximityAlertRadius) Edits the message content of a live location.GetInlineQueryResults
(long botUserId, long chatId, TdApi.Location userLocation, String query, String offset) Sends an inline query to a bot and returns its results.GetMapThumbnailFile
(TdApi.Location location, int zoom, int width, int height, int scale, long chatId) Returns information about a file with a map thumbnail in PNG format.InlineQueryResultLocation
(String id, TdApi.Location location, String title, TdApi.Thumbnail thumbnail) Represents a point on the map.InputInlineQueryResultLocation
(String id, TdApi.Location location, int livePeriod, String title, String thumbnailUrl, int thumbnailWidth, int thumbnailHeight, TdApi.ReplyMarkup replyMarkup, TdApi.InputMessageContent inputMessageContent) Represents a point on the map.InputMessageLocation
(TdApi.Location location, int livePeriod, int heading, int proximityAlertRadius) A message with a location.MessageLocation
(TdApi.Location location, int livePeriod, int expiresIn, int heading, int proximityAlertRadius) A message with a location.PageBlockMap
(TdApi.Location location, int zoom, int width, int height, TdApi.PageBlockCaption caption) A map.SearchChatsNearby
(TdApi.Location location) Returns a list of users and location-based supergroups nearby.SetLocation
(TdApi.Location location) Changes the location of the current user.UpdateNewChosenInlineResult
(long senderUserId, TdApi.Location userLocation, String query, String resultId, String inlineMessageId) The user has chosen a result of an inline query; for bots only.UpdateNewInlineQuery
(long id, long senderUserId, TdApi.Location userLocation, TdApi.ChatType chatType, String query, String offset) A new incoming inline query; for bots only.Venue
(TdApi.Location location, String title, String address, String provider, String id, String type) Describes a venue.