public static class TdApi.UpdateChatActiveStories extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
TdApi.ChatActiveStories |
activeStories
The new list of active stories.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
UpdateChatActiveStories()
The list of active stories posted by a specific chat has changed.
|
UpdateChatActiveStories(TdApi.ChatActiveStories activeStories)
The list of active stories posted by a specific chat has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatActiveStories activeStories
public static final int CONSTRUCTOR
public UpdateChatActiveStories()
public UpdateChatActiveStories(TdApi.ChatActiveStories activeStories)
activeStories - The new list of active stories.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object