onUserDeclinedInvitation method
- GroupChannel channel,
- User invitee,
- User? inviter
A callback for when the newly invited member has declined the invitation for the GroupChannel.
Implementation
void onUserDeclinedInvitation(
GroupChannel channel, User invitee, User? inviter) {}