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.addressAddress of the location; pass null if unknown.TdApi.SearchPublicStoriesByLocation.addressAddress of the location.TdApi.StoryAreaTypeLocation.addressAddress 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.