Class TdApi.CreateChatFolderInviteLink

Enclosing class:
TdApi

public static class TdApi.CreateChatFolderInviteLink extends TdApi.Function<TdApi.ChatFolderInviteLink>
Creates a new invite link for a chat folder. A link can be created for a chat folder if it has only pinned and included chats.

Returns ChatFolderInviteLink

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    Chat folder identifier.
    long[]
    Identifiers of chats to be accessible by the invite link.
    static final int
    Identifier uniquely determining type of the object.
    Name of the link; 0-32 characters.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which creates a new invite link for a chat folder.
    CreateChatFolderInviteLink(int chatFolderId, String name, long[] chatIds)
    Creates a function, which creates a new invite link for a 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.
    • name

      public String name
      Name of the link; 0-32 characters.
    • chatIds

      public long[] chatIds
      Identifiers of chats to be accessible by the invite link. Use getChatsForChatFolderInviteLink to get suitable chats. Basic groups will be automatically converted to supergroups before link creation.
    • CONSTRUCTOR

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

    • CreateChatFolderInviteLink

      public CreateChatFolderInviteLink()
      Default constructor for a function, which creates a new invite link for a chat folder. A link can be created for a chat folder if it has only pinned and included chats.

      Returns ChatFolderInviteLink

    • CreateChatFolderInviteLink

      public CreateChatFolderInviteLink(int chatFolderId, String name, long[] chatIds)
      Creates a function, which creates a new invite link for a chat folder. A link can be created for a chat folder if it has only pinned and included chats.

      Returns ChatFolderInviteLink

      Parameters:
      chatFolderId - Chat folder identifier.
      name - Name of the link; 0-32 characters.
      chatIds - Identifiers of chats to be accessible by the invite link. Use getChatsForChatFolderInviteLink to get suitable chats. Basic groups will be automatically converted to supergroups before link creation.
  • 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