WolfDispatcher::unbanGroupMember
Unbans a member from a group.
This method sends a direct push message to unban a member from a specified group using the Telegram API.
Signature
protected function unbanGroupMember(int
$memberId,
int
$groupId )
Parameters
$memberId— int- The ID of the member to be unbanned.
$groupId— int- The ID of the group from which the member will be unbanned.
Returns
- array