MTPyroger/pyrogram/methods/messages
Legenda24 e1dac6c0e2
Add new method get_media_group (#550)
* Update __init__.py

Support for GetMediaGroup

* Create get_media_group.py

Added new method - get_media_group

* Update get_media_group.py

Add pyro stuff

* Update get_media_group.py

* Update compiler.py

Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
2020-12-20 17:02:54 +01:00
..
__init__.py Add new method get_media_group (#550) 2020-12-20 17:02:54 +01:00
copy_message.py Fix little typo 2020-12-05 17:00:00 +01:00
delete_messages.py Deep rewrite: preparing for v1.0 2020-08-22 08:05:05 +02:00
download_media.py Fix messed up variable names 2020-11-28 17:37:39 +01:00
edit_inline_caption.py Deep rewrite: preparing for v1.0 2020-08-22 08:05:05 +02:00
edit_inline_media.py Add support for the new Bot API fields: file_id, file_unique_id 2020-11-27 22:09:17 +01:00
edit_inline_reply_markup.py Fix wrong imports in examples 2020-10-31 19:29:39 +01:00
edit_inline_text.py Actually fix inline callback queries coming from different DCs 2020-08-27 14:12:51 +02:00
edit_message_caption.py Add support for manual text entities. 2020-11-29 15:48:29 +01:00
edit_message_media.py Add support for the new Bot API fields: file_id, file_unique_id 2020-11-27 22:09:17 +01:00
edit_message_reply_markup.py Fix wrong imports in examples 2020-10-31 19:29:39 +01:00
edit_message_text.py Add support for manual text entities. 2020-11-29 15:48:29 +01:00
forward_messages.py Remove as_copy from forward_messages (superseded by copy_message) 2020-12-05 01:37:11 +01:00
get_history_count.py Deep rewrite: preparing for v1.0 2020-08-22 08:05:05 +02:00
get_history.py Add sleep_threshold parameter to send() method 2020-08-26 09:01:01 +02:00
get_media_group.py Add new method get_media_group (#550) 2020-12-20 17:02:54 +01:00
get_messages.py Add sleep_threshold parameter to send() method 2020-08-26 09:01:01 +02:00
inline_session.py Actually fix inline callback queries coming from different DCs 2020-08-27 14:12:51 +02:00
iter_history.py Deep rewrite: preparing for v1.0 2020-08-22 08:05:05 +02:00
read_history.py Deep rewrite: preparing for v1.0 2020-08-22 08:05:05 +02:00
retract_vote.py Deep rewrite: preparing for v1.0 2020-08-22 08:05:05 +02:00
search_global.py Add sleep_threshold parameter to send() method 2020-08-26 09:01:01 +02:00
search_messages.py Add support for pinned messages in search_messages 2020-11-10 18:43:47 +01:00
send_animation.py Add support for manual text entities. 2020-11-29 15:48:29 +01:00
send_audio.py Add support for manual text entities. 2020-11-29 15:48:29 +01:00
send_cached_media.py Add missing caption_entities parameter to send_cached_media 2020-12-05 01:34:14 +01:00
send_chat_action.py Add "speaking" chat action 2020-12-08 22:30:37 +01:00
send_contact.py Deep rewrite: preparing for v1.0 2020-08-22 08:05:05 +02:00
send_dice.py Deep rewrite: preparing for v1.0 2020-08-22 08:05:05 +02:00
send_document.py Add support for manual text entities. 2020-11-29 15:48:29 +01:00
send_location.py Deep rewrite: preparing for v1.0 2020-08-22 08:05:05 +02:00
send_media_group.py Add schedule_date parameter to send_media_group() 2020-11-28 15:58:51 +01:00
send_message.py Add support for manual text entities. 2020-11-29 15:48:29 +01:00
send_photo.py Add support for manual text entities. 2020-11-29 15:48:29 +01:00
send_poll.py Deep rewrite: preparing for v1.0 2020-08-22 08:05:05 +02:00
send_sticker.py Add support for the new Bot API fields: file_id, file_unique_id 2020-11-27 22:09:17 +01:00
send_venue.py Deep rewrite: preparing for v1.0 2020-08-22 08:05:05 +02:00
send_video_note.py Add support for the new Bot API fields: file_id, file_unique_id 2020-11-27 22:09:17 +01:00
send_video.py Add ttl_seconds support for send_video and reply_video 2020-12-03 13:00:18 +01:00
send_voice.py Add support for manual text entities. 2020-11-29 15:48:29 +01:00
stop_poll.py Deep rewrite: preparing for v1.0 2020-08-22 08:05:05 +02:00
vote_poll.py Deep rewrite: preparing for v1.0 2020-08-22 08:05:05 +02:00