public static class TdApi.CanSendStoryResultWeeklyLimitExceeded extends TdApi.CanSendStoryResult
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
retryAfter
Time left before the user can send the next story.
|
| Constructor and Description |
|---|
CanSendStoryResultWeeklyLimitExceeded()
The weekly limit for the number of posted stories exceeded.
|
CanSendStoryResultWeeklyLimitExceeded(int retryAfter)
The weekly limit for the number of posted stories exceeded.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int retryAfter
public static final int CONSTRUCTOR
public CanSendStoryResultWeeklyLimitExceeded()
public CanSendStoryResultWeeklyLimitExceeded(int retryAfter)
retryAfter - Time left before the user can send the next story.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object