Gift.hide()

Gift.hide()

Bound method hide of Gift.

Use as a shortcut for:

await client.hide_gift(
    owned_gift_id="message_id"
)

Example

await gift.hide()
Returns:

bool – On success, True is returned.