show_gift()

Client.show_gift()

Display the star gift in your profile.

Usable by Users Bots
Parameters:

message_id (int) – Unique message identifier of star gift.

Returns:

bool – On success, True is returned.

Example

# Show gift
app.show_gift(message_id=123)