Class TdApi.ChatPhotos

  • Enclosing class:
    TdApi

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

      • totalCount

        public int totalCount
        Total number of photos.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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.