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()
        A chat photo was changed.
      • UpdateChatPhoto

        public UpdateChatPhoto​(long chatId,
                               TdApi.ChatPhotoInfo photo)
        A chat photo was changed.
        Parameters:
        chatId - Chat identifier.
        photo - The new chat photo; may be null.