chatAdviceTeamNotifyInvite abstract method

String chatAdviceTeamNotifyInvite(
  1. String user,
  2. String members
)

No description provided for @chatAdviceTeamNotifyInvite.

In en, this message translates to: '{user} had invited {members} to join the team'

Implementation

String chatAdviceTeamNotifyInvite(String user, String members);