Class 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 Detail

      • chatId

        public long chatId
        Chat identifier.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GetChatInviteLinkCounts

        public GetChatInviteLinkCounts()
        Default constructor for a function, which returns 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 list of chat administrators with number of their invite links. Requires owner privileges in the chat.

        Returns ChatInviteLinkCounts

        Parameters:
        chatId - Chat identifier.