abacusai.chatllm_referral_invite
================================

.. py:module:: abacusai.chatllm_referral_invite


Classes
-------

.. autoapisummary::

   abacusai.chatllm_referral_invite.ChatllmReferralInvite


Module Contents
---------------

.. py:class:: ChatllmReferralInvite(client, userAlreadyExists=None, successfulInvites=None)

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`


   The response of the Chatllm Referral Invite for different emails

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param userAlreadyExists: List of user emails not successfullt invited, because they are already registered users.
   :type userAlreadyExists: list
   :param successfulInvites: List of users successfully invited.
   :type successfulInvites: list


   .. py:attribute:: user_already_exists
      :value: None



   .. py:attribute:: successful_invites
      :value: None



   .. py:attribute:: deprecated_keys


   .. py:method:: __repr__()


   .. py:method:: to_dict()

      Get a dict representation of the parameters in this class

      :returns: The dict value representation of the class parameters
      :rtype: dict



