Tier 3 — Bot profile / self-configuration methods (low effort, one-time value)
From the V18 coverage analysis (#453). "Configure my bot from a flow" conveniences. Low individual value but cheap to add as a bundle, and none fit the passthrough (no chatId), so they need explicit handling.
| Method(s) |
Bot API |
Purpose |
setMyName, getMyName |
6.7 |
Bot display name. |
setMyDescription, getMyDescription |
6.6 |
"What can this bot do?" description. |
setMyShortDescription, getMyShortDescription |
6.6 |
Profile-page short description. |
setMyDefaultAdministratorRights, getMyDefaultAdministratorRights |
6.0 |
Default admin rights requested when added to groups/channels. |
Note
Best bundled with setMyCommands (Tier 1, #459) since they share the "no chatId, bot-level config" shape.
Related: #453, #448.
Tier 3 — Bot profile / self-configuration methods (low effort, one-time value)
From the V18 coverage analysis (#453). "Configure my bot from a flow" conveniences. Low individual value but cheap to add as a bundle, and none fit the passthrough (no
chatId), so they need explicit handling.setMyName,getMyNamesetMyDescription,getMyDescriptionsetMyShortDescription,getMyShortDescriptionsetMyDefaultAdministratorRights,getMyDefaultAdministratorRightsNote
Best bundled with
setMyCommands(Tier 1, #459) since they share the "nochatId, bot-level config" shape.Related: #453, #448.