pyrofork/pyrogram/enums
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 __all__ for better enums suggestions (#1126) 2022-11-13 14:23:30 +01:00
auto_name.py Add __repr__ to enumerations 2022-04-24 11:56:07 +02:00
chat_action.py Add enumerations 2022-04-24 11:56:06 +02:00
chat_event_action.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
chat_member_status.py Add enumerations 2022-04-24 11:56:06 +02:00
chat_members_filter.py Rename some enums 2022-04-24 11:56:07 +02:00
chat_type.py Add enumerations 2022-04-24 11:56:06 +02:00
message_entity_type.py Add support for CUSTOM_EMOJI message entity type 2022-08-12 17:18:08 +02:00
message_media_type.py Rename enum MessageMedia to MessageMediaType 2022-04-24 11:56:07 +02:00
message_service_type.py Pyrofork: Add Forum Topic Support 2023-08-18 03:30:36 +07:00
messages_filter.py Fix enumeration docstring 2022-04-27 21:37:05 +02:00
next_code_type.py Add support for Fragment SMS codes (#1170) 2022-12-23 20:36:00 +01:00
parse_mode.py Add enumerations 2022-04-24 11:56:06 +02:00
poll_type.py Add enumerations 2022-04-24 11:56:06 +02:00
sent_code_type.py Add support for email sign in codes 2022-12-30 15:55:52 +01:00
user_status.py Add enumerations 2022-04-24 11:56:06 +02:00