inputBusinessGreetingMessage
Describes a Telegram Business greeting, automatically sent to new users writing to us in private for the first time, or after a certain inactivity period.
type tg.InputBusinessGreetingMessage struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ShortcutID | int | yes | ID of a quick reply shorcut, containing the greeting messages to send, see here » for more info. |
Recipients | InputBusinessRecipients | yes | Allowed recipients for the greeting messages. |
NoActivityDays | int | yes | The number of days after which a private chat will be considered as inactive; currently, must be one of 7, 14, 21, or 28. |
References
- Official documentation
- Generated Go reference
- TL definition:
inputBusinessGreetingMessage#194cb3b