abacusai.chatllm_referral_invite
Classes
The response of the Chatllm Referral Invite for different emails |
Module Contents
- class abacusai.chatllm_referral_invite.ChatllmReferralInvite(client, userAlreadyExists=None, successfulInvites=None, failedToSend=None)
Bases:
abacusai.return_class.AbstractApiClassThe response of the Chatllm Referral Invite for different emails
- Parameters:
client (ApiClient) – An authenticated API Client instance
userAlreadyExists (list) – List of user emails not successfullt invited, because they are already registered users.
successfulInvites (list) – List of users successfully invited.
failedToSend (list) – Emails whose invite could not be sent from the user’s Gmail account.
- user_already_exists = None
- successful_invites = None
- failed_to_send = None
- deprecated_keys
- __repr__()