onUserDeclinedInvitation

open fun onUserDeclinedInvitation(channel: GroupChannel, inviter: User?, invitee: User)

A callback for when the newly invited member has declined the invitation for the GroupChannel.

Since

3.0.30

Parameters

channel

The GroupChannel the invitee has declined to join.

inviter

The member who invited the invitee. It will be null if invited by platform api.

invitee

Invitee who declined the invitation.