public static class TdApi.StoryInfo extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
date
Point in time (Unix timestamp) when the story was published.
|
boolean |
isForCloseFriends
True, if the story is available only to close friends.
|
int |
storyId
Unique story identifier among stories of the given sender.
|
| Constructor and Description |
|---|
StoryInfo()
Contains basic information about a story.
|
StoryInfo(int storyId,
int date,
boolean isForCloseFriends)
Contains basic information about a story.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int storyId
public int date
public boolean isForCloseFriends
public static final int CONSTRUCTOR
public StoryInfo()
public StoryInfo(int storyId,
int date,
boolean isForCloseFriends)
storyId - Unique story identifier among stories of the given sender.date - Point in time (Unix timestamp) when the story was published.isForCloseFriends - True, if the story is available only to close friends.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object