mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 22:14:50 +00:00
Add missing methods to docs
This commit is contained in:
parent
215f54f32b
commit
73361fef47
1 changed files with 5 additions and 1 deletions
|
|
@ -20,6 +20,8 @@ Client
|
|||
run
|
||||
on_message
|
||||
on_callback_query
|
||||
on_deleted_messages
|
||||
on_disconnect
|
||||
on_raw_update
|
||||
add_handler
|
||||
remove_handler
|
||||
|
|
@ -31,6 +33,7 @@ Client
|
|||
send_photo
|
||||
send_audio
|
||||
send_document
|
||||
send_gif
|
||||
send_sticker
|
||||
send_video
|
||||
send_voice
|
||||
|
|
@ -75,4 +78,5 @@ Client
|
|||
pin_chat_message
|
||||
unpin_chat_message
|
||||
get_chat_member
|
||||
get_chat_members
|
||||
get_chat_members
|
||||
get_dialogs
|
||||
Loading…
Reference in a new issue