public static class TdApi.SetBusinessOpeningHours extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.BusinessOpeningHours |
openingHours
The new opening hours of the business; pass null to remove the opening hours; up to 28 time intervals can be specified.
|
| Constructor and Description |
|---|
SetBusinessOpeningHours()
Default constructor for a function, which changes the business opening hours of the current user.
|
SetBusinessOpeningHours(TdApi.BusinessOpeningHours openingHours)
Creates a function, which changes the business opening hours of the current user.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.BusinessOpeningHours openingHours
public static final int CONSTRUCTOR
public SetBusinessOpeningHours()
Returns Ok
public SetBusinessOpeningHours(TdApi.BusinessOpeningHours openingHours)
Returns Ok
openingHours - The new opening hours of the business; pass null to remove the opening hours; up to 28 time intervals can be specified.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object