inputSavedStarGiftChat
A gift received by a channel we own.
type tg.InputSavedStarGiftChat struct { /* ... */ }
Implements InputSavedStarGift.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Peer | InputPeerClass | yes | The channel. |
SavedID | int64 | yes | ID of the gift, must be the saved_id of a messageActionStarGift/messageActionStarGiftUnique constructor. |
References
- Official documentation
- Generated Go reference
- TL definition:
inputSavedStarGiftChat#f101aa7f