public static class TdApi.GetChatActiveStories extends TdApi.Function<TdApi.ChatActiveStories>
Returns ChatActiveStories
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
GetChatActiveStories()
Default constructor for a function, which returns the list of active stories posted by the given chat.
|
GetChatActiveStories(long chatId)
Creates a function, which returns the list of active stories posted by the given chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public static final int CONSTRUCTOR
public GetChatActiveStories()
Returns ChatActiveStories
public GetChatActiveStories(long chatId)
Returns ChatActiveStories
chatId - Chat identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object