Class TdApi.ChatEventPhotoChanged

  • Enclosing class:
    TdApi

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

      • 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:
        Constant Field Values
    • Constructor Detail

      • ChatEventPhotoChanged

        public ChatEventPhotoChanged()
        Default constructor.
      • ChatEventPhotoChanged

        public ChatEventPhotoChanged​(TdApi.ChatPhoto oldPhoto,
                                     TdApi.ChatPhoto newPhoto)
        Constructor for initialization of all fields.
        Parameters:
        oldPhoto - Previous chat photo value; may be null.
        newPhoto - New chat photo value; may be null.