Module tdlight.api

Class TdApi.UpdateChatPhoto

Enclosing class:
TdApi

public static final 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:
  • 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
      A chat photo was changed.
      Throws:
      IOException
  • Method Details