MadelineProto/docs/API_docs/constructors/updateReadChannelOutbox.md
2016-12-19 20:56:05 +03:00

399 B

Constructor: updateReadChannelOutbox

Attributes:

Name Type Required
channel_id int Required
max_id int Required

Type: Update

Example:

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