Module tdlight.api

Class TdApi.SetChatPhoto

Enclosing class:
TdApi

public static final class TdApi.SetChatPhoto extends TdApi.Function<TdApi.Ok>
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:
  • 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
      Changes the photo of a chat. Supported only for basic groups, supergroups and channels. Requires canChangeInfo administrator right.

      Returns Ok

      Throws:
      IOException
  • Method Details