public static class TdApi.SetChatActiveStoriesList extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Identifier of the chat that posted stories.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.StoryList |
storyList
New list for active stories posted by the chat.
|
| Constructor and Description |
|---|
SetChatActiveStoriesList()
Default constructor for a function, which changes story list in which stories from the chat are shown.
|
SetChatActiveStoriesList(long chatId,
TdApi.StoryList storyList)
Creates a function, which changes story list in which stories from the chat are shown.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public TdApi.StoryList storyList
public static final int CONSTRUCTOR
public SetChatActiveStoriesList()
Returns Ok
public SetChatActiveStoriesList(long chatId,
TdApi.StoryList storyList)
Returns Ok
chatId - Identifier of the chat that posted stories.storyList - New list for active stories posted by the chat.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object