public static class TdApi.SetBusinessGreetingMessageSettings extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.BusinessGreetingMessageSettings |
greetingMessageSettings
The new settings for the greeting message of the business; pass null to disable the greeting message.
|
| Constructor and Description |
|---|
SetBusinessGreetingMessageSettings()
Default constructor for a function, which changes the business greeting message settings of the current user.
|
SetBusinessGreetingMessageSettings(TdApi.BusinessGreetingMessageSettings greetingMessageSettings)
Creates a function, which changes the business greeting 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.BusinessGreetingMessageSettings greetingMessageSettings
public static final int CONSTRUCTOR
public SetBusinessGreetingMessageSettings()
Returns Ok
public SetBusinessGreetingMessageSettings(TdApi.BusinessGreetingMessageSettings greetingMessageSettings)
Returns Ok
greetingMessageSettings - The new settings for the greeting message of the business; pass null to disable the greeting message.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object