interface ActionStarGift {
    convertStars: Long;
    converted: boolean;
    gift: StarGift;
    message: null | TextWithEntities;
    nameHidden: boolean;
    saved: boolean;
    type: "stars_gift";
}

Properties

convertStars: Long

Amount of stars the gift can be converted to by the recipient

converted: boolean

Whether this gift was converted to stars

gift: StarGift

The gift itself

message: null | TextWithEntities

Message attached to the gift

nameHidden: boolean

Whether the sender chose to send the gift anonymously

saved: boolean

Whether this gift was saved to the recipient's profile

type: "stars_gift"