View Source ExTDLib.Object.PushMessageContentChatDeleteMember (ExTDLib v0.0.4)
A chat member was deleted.
| Name | Type | Description |
|---|---|---|
| member_name | string | Name of the deleted member. |
| is_current_user | bool | True, if the current user was deleted from the group. |
| is_left | bool | True, if the user has left the group themselves. |
More details on telegram's documentation.