leftChatMember property

  1. @JsonKey(name: 'left_chat_member')
User? get leftChatMember
inherited

Optional. A member was removed from the group, information about them (this member may be the bot itself)

Implementation

@JsonKey(name: 'left_chat_member')
User? get leftChatMember;