Gift.convert()

Gift.convert()

Bound method convert of Gift.

Use as a shortcut for:

await client.convert_gift(
    message_id=message_id
)

Example

await gift.convert()
Returns:

bool – On success, True is returned.