public static class TdApi.SetReactionNotificationSettings extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ReactionNotificationSettings |
notificationSettings
The new notification settings for reactions.
|
| Constructor and Description |
|---|
SetReactionNotificationSettings()
Default constructor for a function, which changes notification settings for reactions.
|
SetReactionNotificationSettings(TdApi.ReactionNotificationSettings notificationSettings)
Creates a function, which changes notification settings for reactions.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ReactionNotificationSettings notificationSettings
public static final int CONSTRUCTOR
public SetReactionNotificationSettings()
Returns Ok
public SetReactionNotificationSettings(TdApi.ReactionNotificationSettings notificationSettings)
Returns Ok
notificationSettings - The new notification settings for reactions.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object