Skip to content

Tier 3: implement bot self-configuration methods (setMyName/Description/ShortDescription, default admin rights) #461

Description

@windkh

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions