Class TdApi.GetChatFolderInviteLinks

Enclosing class:
TdApi

public static class TdApi.GetChatFolderInviteLinks extends TdApi.Function<TdApi.ChatFolderInviteLinks>
Returns invite links created by the current user for a shareable chat folder.

Returns ChatFolderInviteLinks

  • Field Details

    • chatFolderId

      public int chatFolderId
      Chat folder identifier.
    • CONSTRUCTOR

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

    • GetChatFolderInviteLinks

      public GetChatFolderInviteLinks()
      Default constructor for a function, which returns invite links created by the current user for a shareable chat folder.

      Returns ChatFolderInviteLinks

    • GetChatFolderInviteLinks

      public GetChatFolderInviteLinks(int chatFolderId)
      Creates a function, which returns invite links created by the current user for a shareable chat folder.

      Returns ChatFolderInviteLinks

      Parameters:
      chatFolderId - Chat folder identifier.
  • Method Details