Class TdApi.ChatInviteLinks

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

public static class TdApi.ChatInviteLinks extends TdApi.Object
Contains a list of chat invite links.
  • Field Details

    • totalCount

      public int totalCount
      Approximate total number of chat invite links found.
    • CONSTRUCTOR

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

    • ChatInviteLinks

      public ChatInviteLinks()
      Contains a list of chat invite links.
    • ChatInviteLinks

      public ChatInviteLinks(int totalCount, TdApi.ChatInviteLink[] inviteLinks)
      Contains a list of chat invite links.
      Parameters:
      totalCount - Approximate total number of chat invite links found.
      inviteLinks - List of invite links.
  • 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