WolfDispatcher::isGroupMemberBanned
Checks if a group member has been kicked/banned from the chat.
This method inspects the received data to determine if a member's status has been updated to 'kicked' in a group chat. If the member has been kicked and the chat ID is negative (indicating a group chat), it returns the received data.
Signature
protected function isGroupMemberBanned()
Returns
- array|false
- Returns the received data if a member has been kicked
from a group chat, otherwise returns false.