onMemberRemoved property

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

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

Implementation

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