Module tdlight.api

Class TdApi.PushMessageContentMediaAlbum

Enclosing class:
TdApi

public static final class TdApi.PushMessageContentMediaAlbum extends TdApi.PushMessageContent
A media album.
  • Field Details

    • totalCount

      public int totalCount
      Number of messages in the album.
    • hasPhotos

      public boolean hasPhotos
      True, if the album has at least one photo.
    • hasVideos

      public boolean hasVideos
      True, if the album has at least one video file.
    • hasAudios

      public boolean hasAudios
      True, if the album has at least one audio file.
    • hasDocuments

      public boolean hasDocuments
      True, if the album has at least one document.
    • CONSTRUCTOR

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

    • PushMessageContentMediaAlbum

      public PushMessageContentMediaAlbum()
      A media album.
    • PushMessageContentMediaAlbum

      public PushMessageContentMediaAlbum(int totalCount, boolean hasPhotos, boolean hasVideos, boolean hasAudios, boolean hasDocuments)
      A media album.
      Parameters:
      totalCount - Number of messages in the album.
      hasPhotos - True, if the album has at least one photo.
      hasVideos - True, if the album has at least one video file.
      hasAudios - True, if the album has at least one audio file.
      hasDocuments - True, if the album has at least one document.
    • PushMessageContentMediaAlbum

      public PushMessageContentMediaAlbum(DataInput input) throws IOException
      A media album.
      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