Module tdlight.api

Class TdApi.ColorReplacement

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ColorReplacement
Enclosing class:
TdApi

public static final class TdApi.ColorReplacement extends TdApi.Object
Describes a color replacement for animated emoji.
  • Field Details

    • oldColor

      public int oldColor
      Original animated emoji color in the RGB24 format.
    • newColor

      public int newColor
      Replacement animated emoji color in the RGB24 format.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • ColorReplacement

      public ColorReplacement()
      Describes a color replacement for animated emoji.
    • ColorReplacement

      public ColorReplacement(int oldColor, int newColor)
      Describes a color replacement for animated emoji.
      Parameters:
      oldColor - int Original animated emoji color in the RGB24 format.
      newColor - int Replacement animated emoji color in the RGB24 format.
    • ColorReplacement

      public ColorReplacement(DataInput input) throws IOException
      Describes a color replacement for animated emoji.
      Throws:
      IOException
  • Method Details