Module tdlight.api

Class TdApi.GetChatInviteLinkCounts

Enclosing class:
TdApi

public static final class TdApi.GetChatInviteLinkCounts extends TdApi.Function<TdApi.ChatInviteLinkCounts>
Returns list of chat administrators with number of their invite links. Requires owner privileges in the chat. Returns ChatInviteLinkCounts
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GetChatInviteLinkCounts

      public GetChatInviteLinkCounts()
      Returns list of chat administrators with number of their invite links. Requires owner privileges in the chat. Returns ChatInviteLinkCounts
    • GetChatInviteLinkCounts

      public GetChatInviteLinkCounts(long chatId)
      Returns list of chat administrators with number of their invite links. Requires owner privileges in the chat. Returns ChatInviteLinkCounts
      Parameters:
      chatId - long Chat identifier.
    • GetChatInviteLinkCounts

      public GetChatInviteLinkCounts(DataInput input) throws IOException
      Returns list of chat administrators with number of their invite links. Requires owner privileges in the chat. Returns ChatInviteLinkCounts
      Throws:
      IOException
  • Method Details