Class TdApi.UpdateChatPhoto

Enclosing class:
TdApi

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

    • chatId

      public long chatId
      Chat identifier.
    • photo

      public TdApi.ChatPhotoInfo photo
      The new chat photo; may be null.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • UpdateChatPhoto

      public UpdateChatPhoto()
      A chat photo was changed.
    • UpdateChatPhoto

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

      public UpdateChatPhoto​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details