Constructor: inputSavedStarGiftChat
A gift received by a channel we own.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| peer | Username, chat ID, Update, Message or InputPeer | Optional | The channel. |
| saved_id | long | Yes | ID of the gift, must be the saved_id of a messageActionStarGift/messageActionStarGiftUnique constructor. |
Type: InputSavedStarGift
Example:
$inputSavedStarGiftChat = ['_' => 'inputSavedStarGiftChat', 'peer' => InputPeer, 'saved_id' => long];