public static class TdApi.SearchPublicStoriesByVenue extends TdApi.Function<TdApi.FoundStories>
Returns FoundStories
| Modifier and Type | Field and Description |
|---|---|
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.
|
java.lang.String |
venueId
Identifier of the venue in the provider database.
|
java.lang.String |
venueProvider
Provider of the venue.
|
| Constructor and Description |
|---|
SearchPublicStoriesByVenue()
Default constructor for a function, which searches for public stories from the given venue.
|
SearchPublicStoriesByVenue(java.lang.String venueProvider,
java.lang.String venueId,
java.lang.String offset,
int limit)
Creates a function, which searches for public stories from the given venue.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String venueProvider
public java.lang.String venueId
public java.lang.String offset
public int limit
public static final int CONSTRUCTOR
public SearchPublicStoriesByVenue()
Returns FoundStories
public SearchPublicStoriesByVenue(java.lang.String venueProvider,
java.lang.String venueId,
java.lang.String offset,
int limit)
Returns FoundStories
venueProvider - Provider of the venue.venueId - Identifier of the venue in the provider database.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