• Transfer a unique star gift.

    Note: this method is not indended to be used by full-fledged clients, as this method hides the actual invoice and payment form from the user. For GUI clients, you should refer to the method's source code and present the payment form to the user.

    Parameters

    • client: ITelegramClient
    • params: { message: number | Message; recepient: InputPeerLike; shouldDispatch?: true }
      • message: number | Message

        ID of the message containing the gift

      • recepient: InputPeerLike

        ID of the user to transfer the gift to

      • OptionalshouldDispatch?: true

        Whether to dispatch the new message event to the client's update handler.

    Returns Promise<Message>

    Service message about the transferred gift