MTPyroger/pyrogram/methods/messages
2021-10-11 14:27:31 +02:00
..
__init__.py Add search_global_count and search_messages_count methods (#768) 2021-10-11 14:27:31 +02:00
copy_media_group.py Add method Client.copy_media_group (#592) 2021-05-09 12:39:49 +02:00
copy_message.py Fix small typo in copy_message()'s examples (#588) 2021-01-29 12:47:52 +01:00
delete_messages.py Update copyright notice 2021-01-01 22:58:48 +01:00
download_media.py Update copyright notice 2021-01-01 22:58:48 +01:00
edit_inline_caption.py Update copyright notice 2021-01-01 22:58:48 +01:00
edit_inline_media.py Add support for editing inline messages' media using local files (#675) 2021-05-12 08:29:49 +02:00
edit_inline_reply_markup.py Add support for LoginUrl buttons 2021-03-17 17:13:55 +01:00
edit_inline_text.py Add support for LoginUrl buttons 2021-03-17 17:13:55 +01:00
edit_message_caption.py Update copyright notice 2021-01-01 22:58:48 +01:00
edit_message_media.py Add support for LoginUrl buttons 2021-03-17 17:13:55 +01:00
edit_message_reply_markup.py Add support for LoginUrl buttons 2021-03-17 17:13:55 +01:00
edit_message_text.py Add support for LoginUrl buttons 2021-03-17 17:13:55 +01:00
forward_messages.py Fix wrong emphasize lines 2021-01-18 07:29:51 +01:00
get_history_count.py Update copyright notice 2021-01-01 22:58:48 +01:00
get_history.py Update copyright notice 2021-01-01 22:58:48 +01:00
get_media_group.py Fixed method Client.get_media_group (#619) 2021-05-09 12:43:23 +02:00
get_messages.py Update copyright notice 2021-01-01 22:58:48 +01:00
inline_session.py Further improve the session-switching mechanism for inline bots (#739) 2021-08-29 10:49:47 +02:00
iter_history.py Update copyright notice 2021-01-01 22:58:48 +01:00
read_history.py Update copyright notice 2021-01-01 22:58:48 +01:00
retract_vote.py Update copyright notice 2021-01-01 22:58:48 +01:00
search_global_count.py Add search_global_count and search_messages_count methods (#768) 2021-10-11 14:27:31 +02:00
search_global.py Fix issues with global_search(): add the filter parameter (#589) 2021-01-14 21:49:51 +01:00
search_messages_count.py Add search_global_count and search_messages_count methods (#768) 2021-10-11 14:27:31 +02:00
search_messages.py Update offset by the amount of messages retrieved 2021-03-14 12:30:57 +01:00
send_animation.py Add support for LoginUrl buttons 2021-03-17 17:13:55 +01:00
send_audio.py Add support for LoginUrl buttons 2021-03-17 17:13:55 +01:00
send_cached_media.py Add support for LoginUrl buttons 2021-03-17 17:13:55 +01:00
send_chat_action.py Update copyright notice 2021-01-01 22:58:48 +01:00
send_contact.py Add support for LoginUrl buttons 2021-03-17 17:13:55 +01:00
send_dice.py Add support for LoginUrl buttons 2021-03-17 17:13:55 +01:00
send_document.py Add support for LoginUrl buttons 2021-03-17 17:13:55 +01:00
send_location.py Add support for LoginUrl buttons 2021-03-17 17:13:55 +01:00
send_media_group.py Add support for in-memory uploads in send_media_group (#519) 2021-06-01 13:57:31 +02:00
send_message.py Add missing reply_markup for outgoing bot private messages 2021-03-29 14:14:19 +02:00
send_photo.py Add support for LoginUrl buttons 2021-03-17 17:13:55 +01:00
send_poll.py Add support for LoginUrl buttons 2021-03-17 17:13:55 +01:00
send_sticker.py Add support for LoginUrl buttons 2021-03-17 17:13:55 +01:00
send_venue.py Add support for LoginUrl buttons 2021-03-17 17:13:55 +01:00
send_video_note.py Add support for LoginUrl buttons 2021-03-17 17:13:55 +01:00
send_video.py Fix typo in send_video examples (#679) 2021-05-12 09:13:19 +02:00
send_voice.py Add support for LoginUrl buttons 2021-03-17 17:13:55 +01:00
stop_poll.py Add support for LoginUrl buttons 2021-03-17 17:13:55 +01:00
vote_poll.py Update copyright notice 2021-01-01 22:58:48 +01:00