Layer 220
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.

Gogram Example

// Creating InputSavedStarGiftUser constructor
obj := &tg.InputSavedStarGiftUser{
    MsgId: 0,
}