Class TdApi.ChatPhotos

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

public static class TdApi.ChatPhotos extends TdApi.Object
Contains a list of chat or user profile photos.
  • Field Details

    • totalCount

      public int totalCount
      Total number of photos.
    • photos

      public TdApi.ChatPhoto[] photos
      List of photos.
    • CONSTRUCTOR

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

    • ChatPhotos

      public ChatPhotos()
      Contains a list of chat or user profile photos.
    • ChatPhotos

      public ChatPhotos(int totalCount, TdApi.ChatPhoto[] photos)
      Contains a list of chat or user profile photos.
      Parameters:
      totalCount - Total number of photos.
      photos - List of photos.
  • 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