mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-08 07:54:52 +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
|
||||
GiftedPremium
|
||||
Gift
|
||||
UserGift
|
||||
StarGift
|
||||
InputStarsTransaction
|
||||
Invoice
|
||||
LabeledPrice
|
||||
|
|
@ -600,7 +600,6 @@ def pyrogram_api():
|
|||
StarsStatus
|
||||
StarsTransaction
|
||||
SuccessfulPayment
|
||||
UserStarGift
|
||||
""",
|
||||
pyromod="""
|
||||
Pyromod
|
||||
|
|
@ -928,4 +927,4 @@ if "__main__" == __name__:
|
|||
DESTINATION = "../../docs/source/telegram"
|
||||
PYROGRAM_API_DEST = "../../docs/source/api"
|
||||
|
||||
start()
|
||||
start()
|
||||
|
|
|
|||
Loading…
Reference in a new issue