mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-09 08:14:50 +00:00
Update compiler.py
This commit is contained in:
parent
f8c303e101
commit
b00d1dfd5d
1 changed files with 2 additions and 3 deletions
|
|
@ -588,7 +588,7 @@ def pyrogram_api():
|
||||||
GiftCode
|
GiftCode
|
||||||
GiftedPremium
|
GiftedPremium
|
||||||
Gift
|
Gift
|
||||||
UserGift
|
StarGift
|
||||||
InputStarsTransaction
|
InputStarsTransaction
|
||||||
Invoice
|
Invoice
|
||||||
LabeledPrice
|
LabeledPrice
|
||||||
|
|
@ -600,7 +600,6 @@ def pyrogram_api():
|
||||||
StarsStatus
|
StarsStatus
|
||||||
StarsTransaction
|
StarsTransaction
|
||||||
SuccessfulPayment
|
SuccessfulPayment
|
||||||
UserStarGift
|
|
||||||
""",
|
""",
|
||||||
pyromod="""
|
pyromod="""
|
||||||
Pyromod
|
Pyromod
|
||||||
|
|
@ -928,4 +927,4 @@ if "__main__" == __name__:
|
||||||
DESTINATION = "../../docs/source/telegram"
|
DESTINATION = "../../docs/source/telegram"
|
||||||
PYROGRAM_API_DEST = "../../docs/source/api"
|
PYROGRAM_API_DEST = "../../docs/source/api"
|
||||||
|
|
||||||
start()
|
start()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue