mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
pyrofork: fix typo
Signed-off-by: wulan17 <wulan17@komodos.id>
This commit is contained in:
parent
e5b5ef5072
commit
e33d0bde65
2 changed files with 3 additions and 3 deletions
|
|
@ -373,7 +373,7 @@ def pyrogram_api():
|
||||||
send_gift
|
send_gift
|
||||||
send_resold_gift
|
send_resold_gift
|
||||||
set_gift_resale_price
|
set_gift_resale_price
|
||||||
set_pinned_gift
|
set_pinned_gifts
|
||||||
show_gift
|
show_gift
|
||||||
transfer_gift
|
transfer_gift
|
||||||
upgrade_gift
|
upgrade_gift
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ from .send_payment_form import SendPaymentForm
|
||||||
from .send_gift import SendGift
|
from .send_gift import SendGift
|
||||||
from .send_resold_gift import SendResoldGift
|
from .send_resold_gift import SendResoldGift
|
||||||
from .set_gift_resale_price import SetGiftResalePrice
|
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 .show_gift import ShowGift
|
||||||
from .transfer_gift import TransferGift
|
from .transfer_gift import TransferGift
|
||||||
from .upgrade_gift import UpgradeGift
|
from .upgrade_gift import UpgradeGift
|
||||||
|
|
@ -67,7 +67,7 @@ class Payments(
|
||||||
SendGift,
|
SendGift,
|
||||||
SendResoldGift,
|
SendResoldGift,
|
||||||
SetGiftResalePrice,
|
SetGiftResalePrice,
|
||||||
SetPinnedGift,
|
SetPinnedGifts,
|
||||||
ShowGift,
|
ShowGift,
|
||||||
TransferGift,
|
TransferGift,
|
||||||
UpgradeGift
|
UpgradeGift
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue