abacusai.whatsapp_referral_invite

Classes

WhatsappReferralInvite

WhatsApp invites the AbacusAI Bot desktop app recorded for the invite milestone

Module Contents

class abacusai.whatsapp_referral_invite.WhatsappReferralInvite(client, newInvites=None, invitesSent=None, milestoneCreditsGranted=None)

Bases: abacusai.return_class.AbstractApiClass

WhatsApp invites the AbacusAI Bot desktop app recorded for the invite milestone

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • newInvites (int) – Recipients not invited by this user before.

  • invitesSent (int) – The user’s total invites on record, every channel.

  • milestoneCreditsGranted (int) – Credits granted by this call when it crossed the milestone, else 0.

new_invites = None
invites_sent = None
milestone_credits_granted = None
deprecated_keys
__repr__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict