Module tdlight.api

Class TdApi.GetChatFolderInviteLinks

Enclosing class:
TdApi

public static final 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
      See Also:
  • Constructor Details

    • GetChatFolderInviteLinks

      public GetChatFolderInviteLinks()
      Returns invite links created by the current user for a shareable chat folder. Returns ChatFolderInviteLinks
    • GetChatFolderInviteLinks

      public GetChatFolderInviteLinks(int chatFolderId)
      Returns invite links created by the current user for a shareable chat folder. Returns ChatFolderInviteLinks
      Parameters:
      chatFolderId - int Chat folder identifier.
    • GetChatFolderInviteLinks

      public GetChatFolderInviteLinks(DataInput input) throws IOException
      Returns invite links created by the current user for a shareable chat folder. Returns ChatFolderInviteLinks
      Throws:
      IOException
  • Method Details