apply_gift_code()

Client.apply_gift_code()

Apply a gift code.

Usable by Users Bots

Parameters:

link (str) – The gift code link.

Returns:

bool – On success, True is returned.

Raises:

raises ValueError: In case the gift code link is invalid.

Example

await app.apply_gift_code("t.me/giftcode/abc1234567def")