public static class TdApi.UpdateDefaultReactionType extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ReactionType |
reactionType
The new type of the default reaction.
|
| Constructor and Description |
|---|
UpdateDefaultReactionType()
The type of default reaction has changed.
|
UpdateDefaultReactionType(TdApi.ReactionType reactionType)
The type of default reaction has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ReactionType reactionType
public static final int CONSTRUCTOR
public UpdateDefaultReactionType()
public UpdateDefaultReactionType(TdApi.ReactionType reactionType)
reactionType - The new type of the default reaction.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object