Constructor: updateMonoForumNoPaidException
An admin has (un)exempted this monoforum topic » from payment to send messages using account.toggleNoPaidMessagesException.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| exception | Bool | Optional | If set, an admin has exempted this peer, otherwise the peer was unexempted. |
| channel_id | long | Yes | The monoforum ID. |
| saved_peer_id | Peer | Yes | The peer/topic ID. |
Type: Update
Example:
$updateMonoForumNoPaidException = ['_' => 'updateMonoForumNoPaidException', 'exception' => Bool, 'channel_id' => long, 'saved_peer_id' => Peer];