sell_gift()#
- Client.sell_gift()#
Sells a gift received by the current user for Telegram Stars.
Usable by ✅ Users ❌ Bots- Parameters:
sender_user_id (
int
|str
) – Unique identifier (int) or username (str) of the user that sent the gift. For your personal cloud (Saved Messages) you can simply use “me” or “self”. For a contact that exists in your Telegram address book you can use his phone number (str).message_id (
int
) – Unique identifier of the message with the gift in the chat with the user.
- Returns:
bool
– On success, True is returned.
Example
# Convert gift app.sell_gift(sender_user_id=user_id, message_id=123)