Gift.show()

Gift.show()

Bound method show of Gift.

Use as a shortcut for:

await client.show_gift(
    owned_gift_id="message_id"
)

Example

await gift.show()
Returns:

bool – On success, True is returned.