Gift.convert()

Gift.convert()

Bound method convert of Gift.

Note

For regular gifts only.

Use as a shortcut for:

await client.convert_gift_to_stars(
    owned_gift_id="message_id"
)

Example

await gift.convert()
Returns:

bool – On success, True is returned.