mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Signed-off-by: wulan17 <wulan17@nusantararom.org>
Pyrofork: Add ForumTopicCreated, ForumTopicClosed, ForumTopicReopened, ForumTopicEdited service message types
Signed-off-by: wulan17 <wulan17@nusantararom.org>
Pyrofork: Add can_manage_topics fields to ChatPrivileges and ChatPermissions class
Signed-off-by: wulan17 <wulan17@nusantararom.org>
Pyrofork: Add manage_topics parameter to promote_chat_member, restrict_chat_member, and set_chat_permissions methods
Signed-off-by: wulan17 <wulan17@nusantararom.org>
Pyrofork: Add message_thread_id parameter to send_{animation,audio,cached_media,contact,dice,document,location,media_group,message,photo,poll,sticker,venue,video,video_note,voice} methods
Signed-off-by: wulan17 <wulan17@nusantararom.org>
Pyrogram: Add message_thread_id parameter to forward_message() method and forward() bound method
Signed-off-by: wulan17 <wulan17@nusantararom.org>
Pyrofork: Add message_thread_id parameter to send_game() method and copy() bound method
Signed-off-by: wulan17 <wulan17@nusantararom.org>
Pyrogram: Add ForumTopic and some cleanup
Signed-off-by: wulan17 <wulan17@nusantararom.org>
Pyrofork: Add {create,close,reopen,edit,delete}_forum_topic methods
Signed-off-by: wulan17 <wulan17@nusantararom.org>
Pyrofork: Add message_thread_id parameter to copy_message method
Signed-off-by: wulan17 <wulan17@nusantararom.org>
Pyrofork: Add {CREATED,EDITED,DELETED}_FORUM_TOPIC ChatEvent
Signed-off-by: wulan17 <wulan17@nusantararom.org>
Pyrofork: utils: Check if messages has topics atribut
Signed-off-by: wulan17 <wulan17@nusantararom.org>
Pyrogram: types: Message: Add error handling and is_topic_message
Signed-off-by: wulan17 <wulan17@nusantararom.org>
Pyrofork: Add message_thread_id parameter to send_inline_bot_result()
Signed-off-by: wulan17 <wulan17@nusantararom.org>
Pyrofork: add GeneralTopicHidden and GeneralTopicUnhidden service messages types
Signed-off-by: wulan17 <wulan17@nusantararom.org>
Pyrofork: add message_thread_id parameter to send_chat_action
Signed-off-by: wulan17 <wulan17@nusantararom.org>
PyroFork: Add CloseGeneralTopic, EditGeneralTopic, ReopenGeneralTopic, HideGeneralTopic. UnhideGeneralTopic, and some cleanup
Signed-off-by: wulan17 <wulan17@nusantararom.org>
PyroFork: Add get_forum_topic and get_forum_topic_by_id methods
Signed-off-by: wulan17 <galihgustip@gmail.com>
Pyrofork: Update some methods to layer 160
Signed-off-by: wulan17 <wulan17@nusantararom.org>
pyrofork: Add InputReplyToMessage
Signed-off-by: wulan17 <wulan17@nusantararom.org>
PyroFork: docs: Add missing PeerUser and PeerChannel
and some cleanup
Signed-off-by: wulan17 <galihgustip@gmail.com>
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| copy_media_group.py | ||
| copy_message.py | ||
| delete_messages.py | ||
| download_media.py | ||
| edit_inline_caption.py | ||
| edit_inline_media.py | ||
| edit_inline_reply_markup.py | ||
| edit_inline_text.py | ||
| edit_message_caption.py | ||
| edit_message_media.py | ||
| edit_message_reply_markup.py | ||
| edit_message_text.py | ||
| forward_messages.py | ||
| get_chat_history.py | ||
| get_chat_history_count.py | ||
| get_custom_emoji_stickers.py | ||
| get_discussion_message.py | ||
| get_discussion_replies.py | ||
| get_discussion_replies_count.py | ||
| get_media_group.py | ||
| get_messages.py | ||
| inline_session.py | ||
| read_chat_history.py | ||
| retract_vote.py | ||
| search_global.py | ||
| search_global_count.py | ||
| search_messages.py | ||
| search_messages_count.py | ||
| send_animation.py | ||
| send_audio.py | ||
| send_cached_media.py | ||
| send_chat_action.py | ||
| send_contact.py | ||
| send_dice.py | ||
| send_document.py | ||
| send_location.py | ||
| send_media_group.py | ||
| send_message.py | ||
| send_photo.py | ||
| send_poll.py | ||
| send_reaction.py | ||
| send_sticker.py | ||
| send_venue.py | ||
| send_video.py | ||
| send_video_note.py | ||
| send_voice.py | ||
| stop_poll.py | ||
| stream_media.py | ||
| vote_poll.py | ||