-
Constructors in it.tdlight.jni with parameters of type TdApi.Location
Constructor |
Description |
ChatLocation(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(int 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(int 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,
int 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.
|