mirror of
https://github.com/bohd4nx/FragmentAPI.git
synced 2026-08-01 17:27:32 +00:00
438 B
438 B
Recharge Ads
Use this method to add funds to your Telegram Ads account.
Method
await client.recharge_ads(
account: str,
amount: int,
) -> AdsRechargeResult
Parameters
account: channel or bot username linked to your ads accountamount: integer from1to1_000_000_000
Important: amount must be an integer in the allowed range.
Return
AdsRechargeResult(transaction_id, amount)