unbanChatMember
Unban a member from a chat.
Parameters
The identifier of the chat. Must be a supergroup.
The identifier of the member.
Result
void
Syntax
await client.unbanChatMember(chatId, memberId);
Unban a member from a chat.
The identifier of the chat. Must be a supergroup.
The identifier of the member.
await client.unbanChatMember(chatId, memberId);