pyrofork/pyrogram/methods/messages
wulan17 ea33dc43a4
Pyrofork: Add Forum Topic Support
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>
2023-08-18 03:30:36 +07:00
..
__init__.py Add new method get_custom_emoji_stickers 2022-08-12 17:34:10 +02:00
copy_media_group.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
copy_message.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
delete_messages.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
download_media.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
edit_inline_caption.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
edit_inline_media.py Add media spoiler support for other relevant methods 2022-12-30 15:12:42 +01:00
edit_inline_reply_markup.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
edit_inline_text.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
edit_message_caption.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
edit_message_media.py Add media spoiler support for other relevant methods 2022-12-30 15:12:42 +01:00
edit_message_reply_markup.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
edit_message_text.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
forward_messages.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
get_chat_history.py add min & max id support 2023-08-18 03:28:58 +07:00
get_chat_history_count.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
get_custom_emoji_stickers.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
get_discussion_message.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
get_discussion_replies.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
get_discussion_replies_count.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
get_media_group.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
get_messages.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
inline_session.py Improve edit_inline_media (#1036) 2022-07-14 20:21:34 +02:00
read_chat_history.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
retract_vote.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
search_global.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
search_global_count.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
search_messages.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
search_messages_count.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
send_animation.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
send_audio.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
send_cached_media.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
send_chat_action.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
send_contact.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
send_dice.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
send_document.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
send_location.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
send_media_group.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
send_message.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
send_photo.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
send_poll.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
send_reaction.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
send_sticker.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
send_venue.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
send_video.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
send_video_note.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
send_voice.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
stop_poll.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
stream_media.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00
vote_poll.py Add usable-by labels for methods 2022-10-14 11:54:26 +02:00