2018-01-03 16:41:20 +00:00
|
|
|
Client
|
|
|
|
======
|
2017-12-30 18:47:18 +00:00
|
|
|
|
2018-01-25 12:47:05 +00:00
|
|
|
.. currentmodule:::: pyrogram.Client
|
|
|
|
|
2017-12-30 18:47:18 +00:00
|
|
|
.. autoclass:: pyrogram.Client
|
|
|
|
:members:
|
2018-01-25 12:47:05 +00:00
|
|
|
|
|
|
|
**Available methods**
|
|
|
|
|
|
|
|
.. autosummary::
|
|
|
|
:nosignatures:
|
|
|
|
|
|
|
|
start
|
|
|
|
stop
|
|
|
|
idle
|
2018-02-15 20:28:45 +00:00
|
|
|
set_update_handler
|
2018-01-25 12:47:05 +00:00
|
|
|
send
|
2018-02-15 20:28:45 +00:00
|
|
|
resolve_peer
|
2018-01-25 12:47:05 +00:00
|
|
|
get_me
|
|
|
|
send_message
|
|
|
|
forward_messages
|
|
|
|
send_photo
|
|
|
|
send_audio
|
|
|
|
send_document
|
|
|
|
send_video
|
|
|
|
send_voice
|
|
|
|
send_video_note
|
2018-02-22 10:02:38 +00:00
|
|
|
send_media_group
|
2018-01-25 12:47:05 +00:00
|
|
|
send_location
|
|
|
|
send_venue
|
|
|
|
send_contact
|
|
|
|
send_chat_action
|
2018-02-24 16:50:32 +00:00
|
|
|
send_sticker
|
2018-02-27 19:07:01 +00:00
|
|
|
download_media
|
2018-01-25 12:47:05 +00:00
|
|
|
get_user_profile_photos
|
|
|
|
edit_message_text
|
|
|
|
edit_message_caption
|
|
|
|
delete_messages
|
|
|
|
join_chat
|
|
|
|
leave_chat
|
|
|
|
export_chat_invite_link
|
|
|
|
enable_cloud_password
|
|
|
|
change_cloud_password
|
2018-02-08 16:16:02 +00:00
|
|
|
remove_cloud_password
|
2018-02-22 10:02:38 +00:00
|
|
|
add_contacts
|
2018-02-27 15:53:23 +00:00
|
|
|
delete_contacts
|
|
|
|
get_inline_bot_results
|
2018-03-11 16:24:26 +00:00
|
|
|
send_inline_bot_result
|
|
|
|
get_messages
|