Class TdApi.ChatFolderInviteLink

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.ChatFolderInviteLink
Enclosing class:
TdApi

public static class TdApi.ChatFolderInviteLink extends TdApi.Object
Contains a chat folder invite link.
  • Field Details

    • name

      public String name
      Name of the link.
    • chatIds

      public long[] chatIds
      Identifiers of chats, included in the link.
    • CONSTRUCTOR

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

    • ChatFolderInviteLink

      public ChatFolderInviteLink()
      Contains a chat folder invite link.
    • ChatFolderInviteLink

      public ChatFolderInviteLink(String inviteLink, String name, long[] chatIds)
      Contains a chat folder invite link.
      Parameters:
      inviteLink - The chat folder invite link.
      name - Name of the link.
      chatIds - Identifiers of chats, included in the link.
  • 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