public static class TdApi.Stories extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int[] |
pinnedStoryIds
Identifiers of the pinned stories; returned only in getChatPostedToChatPageStories with fromStoryId == 0.
|
TdApi.Story[] |
stories
The list of stories.
|
int |
totalCount
Approximate total number of stories found.
|
| Constructor and Description |
|---|
Stories()
Represents a list of stories.
|
Stories(int totalCount,
TdApi.Story[] stories,
int[] pinnedStoryIds)
Represents a list of stories.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int totalCount
public TdApi.Story[] stories
public int[] pinnedStoryIds
public static final int CONSTRUCTOR
public Stories()
public Stories(int totalCount,
TdApi.Story[] stories,
int[] pinnedStoryIds)
totalCount - Approximate total number of stories found.stories - The list of stories.pinnedStoryIds - Identifiers of the pinned stories; returned only in getChatPostedToChatPageStories with fromStoryId == 0.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object