public static class TdApi.GetChatArchivedStories 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 the last story.
|
int |
limit
The maximum number of stories to be returned.
|
| Constructor and Description |
|---|
GetChatArchivedStories()
Default constructor for a function, which returns the list of all stories posted by the given chat; requires canEditStories right in the chat.
|
GetChatArchivedStories(long chatId,
int fromStoryId,
int limit)
Creates a function, which returns the list of all stories posted by the given chat; requires canEditStories right in the chat.
|
| 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 GetChatArchivedStories()
Returns Stories
public GetChatArchivedStories(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 the last 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