public static class TdApi.GetChatPostedToChatPageStories extends TdApi.Function<TdApi.Stories>
Returns Stories
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
fromStoryId
Identifier of the story starting from which stories must be returned; use 0 to get results from pinned and the newest story.
|
int |
limit
The maximum number of stories to be returned.
|
| Constructor and Description |
|---|
GetChatPostedToChatPageStories()
Default constructor for a function, which returns the list of stories that posted by the given chat to its chat page.
|
GetChatPostedToChatPageStories(long chatId,
int fromStoryId,
int limit)
Creates a function, which returns the list of stories that posted by the given chat to its chat page.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public int fromStoryId
public int limit
public static final int CONSTRUCTOR
public GetChatPostedToChatPageStories()
Returns Stories
public GetChatPostedToChatPageStories(long chatId,
int fromStoryId,
int limit)
Returns Stories
chatId - Chat identifier.fromStoryId - Identifier of the story starting from which stories must be returned; use 0 to get results from pinned and the newest story.limit - The maximum number of stories to be returned. 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