Class TdApi.SetChatPhoto

Enclosing class:
TdApi

public static class TdApi.SetChatPhoto
extends TdApi.Function
Changes the photo of a chat. Supported only for basic groups, supergroups and channels. Requires canChangeInfo administrator right.

Returns Ok

  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • photo

      public TdApi.InputChatPhoto photo
      New chat photo; pass null to delete the chat photo.
    • CONSTRUCTOR

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

    • SetChatPhoto

      public SetChatPhoto()
      Changes the photo of a chat. Supported only for basic groups, supergroups and channels. Requires canChangeInfo administrator right.

      Returns Ok

    • SetChatPhoto

      public SetChatPhoto​(long chatId, TdApi.InputChatPhoto photo)
      Changes the photo of a chat. Supported only for basic groups, supergroups and channels. Requires canChangeInfo administrator right.

      Returns Ok

      Parameters:
      chatId - long Chat identifier.
      photo - InputChatPhoto New chat photo; pass null to delete the chat photo.
    • SetChatPhoto

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