deleteChatPhoto
Delete a chat’s photo.
Parameters
chatId: number
The identifier of the chat.
Result
void
Syntax
await client.deleteChatPhoto(chatId);
Delete a chat’s photo.
The identifier of the chat.
await client.deleteChatPhoto(chatId);