pyrofork: fix typo

Signed-off-by: wulan17 <wulan17@komodos.id>
This commit is contained in:
wulan17 2025-06-10 22:44:31 +07:00
parent e5b5ef5072
commit e33d0bde65
No known key found for this signature in database
GPG key ID: 737814D4B5FF0420
2 changed files with 3 additions and 3 deletions

View file

@ -373,7 +373,7 @@ def pyrogram_api():
send_gift
send_resold_gift
set_gift_resale_price
set_pinned_gift
set_pinned_gifts
show_gift
transfer_gift
upgrade_gift

View file

@ -39,7 +39,7 @@ from .send_payment_form import SendPaymentForm
from .send_gift import SendGift
from .send_resold_gift import SendResoldGift
from .set_gift_resale_price import SetGiftResalePrice
from .set_pinned_gift import SetPinnedGift
from .set_pinned_gifts import SetPinnedGifts
from .show_gift import ShowGift
from .transfer_gift import TransferGift
from .upgrade_gift import UpgradeGift
@ -67,7 +67,7 @@ class Payments(
SendGift,
SendResoldGift,
SetGiftResalePrice,
SetPinnedGift,
SetPinnedGifts,
ShowGift,
TransferGift,
UpgradeGift