inputBotAppShortName
Used to fetch information about a direct link Mini App by its short name
type tg.InputBotAppShortName struct { /* ... */ }
Implements InputBotApp.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
BotID | InputUserClass | yes | ID of the bot that owns the bot mini app |
ShortName | string | yes | Short name, obtained from a Direct Mini App deep link |
References
- Official documentation
- Generated Go reference
- TL definition:
inputBotAppShortName#908c0407