removeMyProfilePhoto()
Removes the profile photo of the bot. Requires no parameters. Returns True on success.
parameters
this method takes no parameters.
returns
boolean
usage in yaebal
not (yet) hard-typed on Api — call it through the generic .call<T>() escape hatch documented in @yaebal/types.
await bot.api.call<boolean>("removeMyProfilePhoto");official Bot API docs: https://core.telegram.org/bots/api/#removemyprofilephoto