WolfDispatcher::isGroupMemberLeft
Checks if a group member has left the chat by the own will
This method inspects the received data to determine if a chat member's status has changed to 'left' in a group chat. If the status is 'left' and the chat ID is less than 0 (indicating a group chat), it returns the received data.
Signature
protected function isGroupMemberLeft()
Returns
- array|false
- Returns the received data if a group member has left, otherwise false.