Class TdApi.ChatInviteLinks

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.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 count of chat invite links found.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • 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 - int Approximate total count of chat invite links found.
      inviteLinks - ChatInviteLink[] List of invite links.
    • ChatInviteLinks

      public ChatInviteLinks​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details