Module tdlight.api

Class TdApi.MessageExtendedMediaPreview

Enclosing class:
TdApi

public static final class TdApi.MessageExtendedMediaPreview extends TdApi.MessageExtendedMedia
The media is hidden until the invoice is paid.
  • Field Details

    • width

      public int width
      Media width; 0 if unknown.
    • height

      public int height
      Media height; 0 if unknown.
    • duration

      public int duration
      Media duration; 0 if unknown.
    • minithumbnail

      public TdApi.Minithumbnail minithumbnail
      Media minithumbnail; may be null.
    • caption

      public TdApi.FormattedText caption
      Media caption.
    • CONSTRUCTOR

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

    • MessageExtendedMediaPreview

      public MessageExtendedMediaPreview()
      The media is hidden until the invoice is paid.
    • MessageExtendedMediaPreview

      public MessageExtendedMediaPreview(int width, int height, int duration, TdApi.Minithumbnail minithumbnail, TdApi.FormattedText caption)
      The media is hidden until the invoice is paid.
      Parameters:
      width - Media width; 0 if unknown.
      height - Media height; 0 if unknown.
      duration - Media duration; 0 if unknown.
      minithumbnail - Media minithumbnail; may be null.
      caption - Media caption.
    • MessageExtendedMediaPreview

      public MessageExtendedMediaPreview(DataInput input) throws IOException
      The media is hidden until the invoice is paid.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • 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
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object