• Accept, hide or convert a star gift.

    Parameters

    • client: ITelegramClient
    • params: { action: "save" | "hide" | "convert"; message: number | Message }
      • action: "save" | "hide" | "convert"

        Action to perform on the gift.

        • save - save the gift to your profile
        • hide - hide the gift from your profile
        • convert - convert the gift to stars (can't be undone)
      • message: number | Message

        ID of the message containing the gift

    Returns Promise<boolean>

    Whether the action was successful