Class TdApi.GetChatInviteLinkCounts

Enclosing class:
TdApi

public static class TdApi.GetChatInviteLinkCounts extends TdApi.Function<TdApi.ChatInviteLinkCounts>
Returns the 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
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • GetChatInviteLinkCounts

      public GetChatInviteLinkCounts()
      Default constructor for a function, which returns the list of chat administrators with number of their invite links. Requires owner privileges in the chat.

      Returns ChatInviteLinkCounts

    • GetChatInviteLinkCounts

      public GetChatInviteLinkCounts(long chatId)
      Creates a function, which returns the list of chat administrators with number of their invite links. Requires owner privileges in the chat.

      Returns ChatInviteLinkCounts

      Parameters:
      chatId - Chat identifier.
  • Method Details