public static class TdApi.SearchPublicStoriesByLocation extends TdApi.Function<TdApi.FoundStories>
Returns FoundStories
| Modifier and Type | Field and Description |
|---|---|
TdApi.LocationAddress |
address
Address of the location.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
limit
The maximum number of stories to be returned; up to 100.
|
java.lang.String |
offset
Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.
|
| Constructor and Description |
|---|
SearchPublicStoriesByLocation()
Default constructor for a function, which searches for public stories by the given address location.
|
SearchPublicStoriesByLocation(TdApi.LocationAddress address,
java.lang.String offset,
int limit)
Creates a function, which searches for public stories by the given address location.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.LocationAddress address
public java.lang.String offset
public int limit
public static final int CONSTRUCTOR
public SearchPublicStoriesByLocation()
Returns FoundStories
public SearchPublicStoriesByLocation(TdApi.LocationAddress address, java.lang.String offset, int limit)
Returns FoundStories
address - Address of the location.offset - Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.limit - The maximum number of stories to be returned; up to 100. For optimal performance, the number of returned stories is chosen by TDLib and can be smaller than the specified limit.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object