public static class TdApi.ToggleGroupCallEnabledStartNotification extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
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 will start; 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 will start; scheduled group calls only.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public 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()
getConstructor
in class TdApi.Function