Layer 220
InputSavedStarGiftUser
A gift received in a private chat with another user.
constructor
inputSavedStarGiftUser#69279795 msg_id:int = InputSavedStarGift;
Parameters
| Name | Type | Description |
|---|---|---|
| MsgId | int | ID of the message Service with the message Action Star Gift with the gift. |
Returns
InputSavedStarGiftGogram Example
// Creating InputSavedStarGiftUser constructor obj := &tg.InputSavedStarGiftUser{ MsgId: 0, }