Class TdApi.SetChatPhoto

Enclosing class:
TdApi

public static class TdApi.SetChatPhoto extends TdApi.Function<TdApi.Ok>
Changes the photo of a chat. Supported only for basic groups, supergroups and channels. Requires canChangeInfo member 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
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • SetChatPhoto

      public SetChatPhoto()
      Default constructor for a function, which changes the photo of a chat. Supported only for basic groups, supergroups and channels. Requires canChangeInfo member right.

      Returns Ok

    • SetChatPhoto

      public SetChatPhoto(long chatId, TdApi.InputChatPhoto photo)
      Creates a function, which changes the photo of a chat. Supported only for basic groups, supergroups and channels. Requires canChangeInfo member right.

      Returns Ok

      Parameters:
      chatId - Chat identifier.
      photo - New chat photo; pass null to delete the chat photo.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR