Gift.show()

async Gift.show()[source]

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.