WolfDispatcher::banGroupMember
Bans a member from a specified group.
This function sends a direct push message to the Telegram API to ban a member from a group.
Signature
protected function banGroupMember(int
$memberId,
int
$groupId )
Parameters
$memberId— int- The ID of the member to be banned.
$groupId— int- The ID of the group from which the member will be banned.
Returns
- array