public static class TdApi.SetBusinessAwayMessageSettings extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
TdApi.BusinessAwayMessageSettings |
awayMessageSettings
The new settings for the away message of the business; pass null to disable the away message.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
SetBusinessAwayMessageSettings()
Default constructor for a function, which changes the business away message settings of the current user.
|
SetBusinessAwayMessageSettings(TdApi.BusinessAwayMessageSettings awayMessageSettings)
Creates a function, which changes the business away message settings of the current user.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.BusinessAwayMessageSettings awayMessageSettings
public static final int CONSTRUCTOR
public SetBusinessAwayMessageSettings()
Returns Ok
public SetBusinessAwayMessageSettings(TdApi.BusinessAwayMessageSettings awayMessageSettings)
Returns Ok
awayMessageSettings - The new settings for the away message of the business; pass null to disable the away message.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object