Module tdlight.api

Class TdApi.UpdateDiceEmojis

Enclosing class:
TdApi

public static final class TdApi.UpdateDiceEmojis extends TdApi.Update
The list of supported dice emojis has changed.
  • Field Details

    • emojis

      public String[] emojis
      The new list of supported dice emojis.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • UpdateDiceEmojis

      public UpdateDiceEmojis()
      The list of supported dice emojis has changed.
    • UpdateDiceEmojis

      public UpdateDiceEmojis(String[] emojis)
      The list of supported dice emojis has changed.
      Parameters:
      emojis - String[] The new list of supported dice emojis.
    • UpdateDiceEmojis

      public UpdateDiceEmojis(DataInput input) throws IOException
      The list of supported dice emojis has changed.
      Throws:
      IOException
  • Method Details