Class TdApi.ChatEventPhotoChanged

Enclosing class:
TdApi

public static class TdApi.ChatEventPhotoChanged extends TdApi.ChatEventAction
The chat photo was changed.
  • Field Details

    • oldPhoto

      public TdApi.ChatPhoto oldPhoto
      Previous chat photo value; may be null.
    • newPhoto

      public TdApi.ChatPhoto newPhoto
      New chat photo value; may be null.
    • CONSTRUCTOR

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

    • ChatEventPhotoChanged

      public ChatEventPhotoChanged()
      The chat photo was changed.
    • ChatEventPhotoChanged

      public ChatEventPhotoChanged(TdApi.ChatPhoto oldPhoto, TdApi.ChatPhoto newPhoto)
      The chat photo was changed.
      Parameters:
      oldPhoto - Previous chat photo value; may be null.
      newPhoto - New chat photo value; may be null.
  • 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