Module tdlight.api

Class TdApi.ChatInviteLinkCounts

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatInviteLinkCounts
Enclosing class:
TdApi

public static final class TdApi.ChatInviteLinkCounts extends TdApi.Object
Contains a list of chat invite link counts.
  • Field Details

  • Constructor Details

    • ChatInviteLinkCounts

      public ChatInviteLinkCounts()
      Contains a list of chat invite link counts.
    • ChatInviteLinkCounts

      public ChatInviteLinkCounts(TdApi.ChatInviteLinkCount[] inviteLinkCounts)
      Contains a list of chat invite link counts.
      Parameters:
      inviteLinkCounts - ChatInviteLinkCount[] List of invite link counts.
    • ChatInviteLinkCounts

      public ChatInviteLinkCounts(DataInput input) throws IOException
      Contains a list of chat invite link counts.
      Throws:
      IOException
  • Method Details