đ§ set_my_profile_photo
Use this method to change the profile photo of the bot. Returns True on success.
âī¸ Parameters
photo(InputProfilePhotoStatic or InputProfilePhotoAnimated ): New profile photo for the bot
đ˛ Returns
bool
đ Examples
-đĒĢ Required Parameters
await bot.set_my_profile_photo(
photo=your_photo_here
)