Class TdApi.Thumbnail

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.Thumbnail
Enclosing class:
TdApi

public static class TdApi.Thumbnail extends TdApi.Object
Represents a thumbnail.
  • Field Details

    • format

      public TdApi.ThumbnailFormat format
      Thumbnail format.
    • width

      public int width
      Thumbnail width.
    • height

      public int height
      Thumbnail height.
    • file

      public TdApi.File file
      The thumbnail.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • Thumbnail

      public Thumbnail()
      Represents a thumbnail.
    • Thumbnail

      public Thumbnail(TdApi.ThumbnailFormat format, int width, int height, TdApi.File file)
      Represents a thumbnail.
      Parameters:
      format - Thumbnail format.
      width - Thumbnail width.
      height - Thumbnail height.
      file - The thumbnail.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR