MadelineProtoDocs/docs/API_docs/constructors/updateReadChannelDiscussionInbox.md

1.1 KiB

title description image
updateReadChannelDiscussionInbox updateReadChannelDiscussionInbox attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateReadChannelDiscussionInbox

Back to constructors index

Attributes:

Name Type Required
channel_id int Yes
top_msg_id int Yes
read_max_id int Yes
broadcast_id int Optional
broadcast_post int Optional

Type: Update

Example:

$updateReadChannelDiscussionInbox = ['_' => 'updateReadChannelDiscussionInbox', 'channel_id' => int, 'top_msg_id' => int, 'read_max_id' => int, 'broadcast_id' => int, 'broadcast_post' => int];

Or, if you're into Lua:

updateReadChannelDiscussionInbox={_='updateReadChannelDiscussionInbox', channel_id=int, top_msg_id=int, read_max_id=int, broadcast_id=int, broadcast_post=int}