unbanChatMember

Unban a member from a chat.

PARAMETERS
chatId: ID

The identifier of the chat. Must be a supergroup.

memberId: ID

The identifier of the member.

RESULT
void
SYNTAX
await client.unbanChatMember(chatId, memberId);