Class TdApi.GetChatInviteLinkCounts

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetChatInviteLinkCounts
Enclosing class:
TdApi

public static class TdApi.GetChatInviteLinkCounts
extends TdApi.Function
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:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details