chatTeamNotifyAcceptInvite abstract method

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

No description provided for @chatTeamNotifyAcceptInvite.

In en, this message translates to: '{user} accept {members}'s invite and join'

Implementation

String chatTeamNotifyAcceptInvite(String members, String user);