public static class TdApi.BusinessAwayMessageScheduleCustom extends TdApi.BusinessAwayMessageSchedule
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
endDate
Point in time (Unix timestamp) when the away messages will stop to be sent.
|
int |
startDate
Point in time (Unix timestamp) when the away messages will start to be sent.
|
| Constructor and Description |
|---|
BusinessAwayMessageScheduleCustom()
Send away messages only in the specified time span.
|
BusinessAwayMessageScheduleCustom(int startDate,
int endDate)
Send away messages only in the specified time span.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int startDate
public int endDate
public static final int CONSTRUCTOR
public BusinessAwayMessageScheduleCustom()
public BusinessAwayMessageScheduleCustom(int startDate,
int endDate)
startDate - Point in time (Unix timestamp) when the away messages will start to be sent.endDate - Point in time (Unix timestamp) when the away messages will stop to be sent.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object