MadelineProto/docs/API_docs/constructors/updateReadChannelOutbox.md

365 B

Constructor: updateReadChannelOutbox

Attributes:

Name Type Required
channel_id int Required
max_id int Required

Type: Update

Example:

$updateReadChannelOutbox = ['channel_id' => int, 'max_id' => int, ];