onMemberRemoved property

Future<void> Function(ChatId id, UserId userId)? onMemberRemoved
getter/setter pair

Callback, called when an User identified by the provided UserId is removed from the specified Chat.

Implementation

Future<void> Function(ChatId id, UserId userId)? onMemberRemoved;