View Source ExTDLib.Method.SetBotProfilePhoto (ExTDLib v0.0.4)
Changes a profile photo for a bot. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| bot_user_id | string | Identifier of the target bot. |
| photo | InputChatPhoto | Profile photo to set; pass null to delete the chat photo. |
More details on telegram's documentation.