Class TdApi.UpdateChatPhoto

  • Enclosing class:
    TdApi

    public static class TdApi.UpdateChatPhoto
    extends TdApi.Update
    A chat photo was changed.
    • Field Detail

      • chatId

        public long chatId
        Chat identifier.
      • CONSTRUCTOR

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

      • UpdateChatPhoto

        public UpdateChatPhoto()
        Default constructor.
      • UpdateChatPhoto

        public UpdateChatPhoto​(long chatId,
                               TdApi.ChatPhoto photo)
        Constructor for initialization of all fields.
        Parameters:
        chatId - Chat identifier.
        photo - The new chat photo; may be null.