Constructor: inputSavedStarGiftUser
A gift received in a private chat with another user.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
msg_id | int | Yes | ID of the messageService with the messageActionStarGift with the gift. |
Type: InputSavedStarGift
Example:
$inputSavedStarGiftUser = ['_' => 'inputSavedStarGiftUser', 'msg_id' => int];