Uses of Class
org.drinkless.tdlib.TdApi.LocationAddress
Packages that use TdApi.LocationAddress
-
Uses of TdApi.LocationAddress in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.LocationAddressModifier and TypeFieldDescriptionTdApi.InputStoryAreaTypeLocation.address
Address of the location; pass null if unknown.TdApi.SearchPublicStoriesByLocation.address
Address of the location.TdApi.StoryAreaTypeLocation.address
Address of the location; may be null if unknown.Constructors in org.drinkless.tdlib with parameters of type TdApi.LocationAddressModifierConstructorDescriptionInputStoryAreaTypeLocation
(TdApi.Location location, TdApi.LocationAddress address) An area pointing to a location.SearchPublicStoriesByLocation
(TdApi.LocationAddress address, String offset, int limit) Creates a function, which searches for public stories by the given address location.StoryAreaTypeLocation
(TdApi.Location location, TdApi.LocationAddress address) An area pointing to a location.