Class TdApi.DeleteChatFolder

Enclosing class:
TdApi

public static class TdApi.DeleteChatFolder extends TdApi.Function<TdApi.Ok>
Deletes existing chat folder.

Returns Ok

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    Chat folder identifier.
    static final int
    Identifier uniquely determining type of the object.
    long[]
    Identifiers of the chats to leave.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which deletes existing chat folder.
    DeleteChatFolder(int chatFolderId, long[] leaveChatIds)
    Creates a function, which deletes existing chat folder.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • chatFolderId

      public int chatFolderId
      Chat folder identifier.
    • leaveChatIds

      public long[] leaveChatIds
      Identifiers of the chats to leave. The chats must be pinned or always included in the folder.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • DeleteChatFolder

      public DeleteChatFolder()
      Default constructor for a function, which deletes existing chat folder.

      Returns Ok

    • DeleteChatFolder

      public DeleteChatFolder(int chatFolderId, long[] leaveChatIds)
      Creates a function, which deletes existing chat folder.

      Returns Ok

      Parameters:
      chatFolderId - Chat folder identifier.
      leaveChatIds - Identifiers of the chats to leave. The chats must be pinned or always included in the folder.
  • 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