actionMemberId property

int? get actionMemberId

The ID of the user who was invited or excluded from the chat, or who pinned or unpinned the message.

Implementation

int? get actionMemberId => action?['member_id'] ?? message['action_mid'];