UpdateReadChannelDiscussionInbox¶
-
class
pyrogram.raw.types.
UpdateReadChannelDiscussionInbox
¶ Incoming comments in a discussion thread were marked as read.
Constructor type of
Update
.- Details
Layer:
122
ID:
0x1cc7de54
- Parameters
channel_id (
int
32-bit
) – Discussion group ID.top_msg_id (
int
32-bit
) – ID of the group message that started the thread (message in linked discussion group).read_max_id (
int
32-bit
) – Message ID of latest read incoming message for this thread.broadcast_id (
int
32-bit
, optional) – If set, contains the ID of the channel that contains the post that started the comment thread in the discussion group (channel_id).broadcast_post (
int
32-bit
, optional) – If set, contains the ID of the channel post that started the the comment thread.