public static class TdApi.ToggleGroupCallEnabledStartNotification extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
enabledStartNotification
New value of the enabledStartNotification setting.
|
int |
groupCallId
Group call identifier.
|
| Constructor and Description |
|---|
ToggleGroupCallEnabledStartNotification()
Default constructor for a function, which toggles whether the current user will receive a notification when the group call starts; scheduled group calls only.
|
ToggleGroupCallEnabledStartNotification(int groupCallId,
boolean enabledStartNotification)
Creates a function, which toggles whether the current user will receive a notification when the group call starts; scheduled group calls only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int groupCallId
public boolean enabledStartNotification
public static final int CONSTRUCTOR
public ToggleGroupCallEnabledStartNotification()
Returns Ok
public ToggleGroupCallEnabledStartNotification(int groupCallId,
boolean enabledStartNotification)
Returns Ok
groupCallId - Group call identifier.enabledStartNotification - New value of the enabledStartNotification setting.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object