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 | ||
| add_chat_members.py | ||
| archive_chats.py | ||
| ban_chat_member.py | ||
| close_forum_topic.py | ||
| close_general_topic.py | ||
| create_channel.py | ||
| create_forum_topic.py | ||
| create_group.py | ||
| create_supergroup.py | ||
| delete_channel.py | ||
| delete_chat_photo.py | ||
| delete_forum_topic.py | ||
| delete_supergroup.py | ||
| delete_user_history.py | ||
| edit_forum_topic.py | ||
| edit_general_topic.py | ||
| get_chat.py | ||
| get_chat_event_log.py | ||
| get_chat_member.py | ||
| get_chat_members.py | ||
| get_chat_members_count.py | ||
| get_chat_online_count.py | ||
| get_dialogs.py | ||
| get_dialogs_count.py | ||
| get_forum_topics.py | ||
| get_forum_topics_by_id.py | ||
| get_nearby_chats.py | ||
| get_send_as_chats.py | ||
| hide_general_topic.py | ||
| join_chat.py | ||
| leave_chat.py | ||
| mark_chat_unread.py | ||
| pin_chat_message.py | ||
| promote_chat_member.py | ||
| reopen_forum_topic.py | ||
| reopen_general_topic.py | ||
| restrict_chat_member.py | ||
| set_administrator_title.py | ||
| set_chat_description.py | ||
| set_chat_permissions.py | ||
| set_chat_photo.py | ||
| set_chat_protected_content.py | ||
| set_chat_title.py | ||
| set_chat_username.py | ||
| set_send_as_chat.py | ||
| set_slow_mode.py | ||
| unarchive_chats.py | ||
| unban_chat_member.py | ||
| unhide_general_topic.py | ||
| unpin_all_chat_messages.py | ||
| unpin_chat_message.py | ||