đ§ delete_chat_photo
Use this method to delete a chat photo. Photos can't be changed for private chats.
âī¸ Parameters
chat_id
(int
orstr
): Int or Str: Unique identifier for the target chat or username of the target channel (in the format @channelusername)
đ˛ Returns
bool
đ Examples
-đĒĢ Required Parameters
await bot.delete_chat_photo(
chat_id=your_chat_id_here
)