Package org.drinkless.tdlib
Class TdApi.UpdateDiceEmojis
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateDiceEmojis
- Enclosing class:
- TdApi
The list of supported dice emojis has changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.String[]The new list of supported dice emojis. -
Constructor Summary
ConstructorsConstructorDescriptionThe list of supported dice emojis has changed.UpdateDiceEmojis(String[] emojis) The list of supported dice emojis has changed. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
emojis
The new list of supported dice emojis. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateDiceEmojis
public UpdateDiceEmojis()The list of supported dice emojis has changed. -
UpdateDiceEmojis
The list of supported dice emojis has changed.- Parameters:
emojis- The new list of supported dice emojis.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-