Link Search Menu Expand Document

Constructor: updateMonoForumNoPaidException

Back to constructors index

An admin has (un)exempted this monoforum topic » from payment to send messages using account.toggleNoPaidMessagesException.

Attributes:

NameTypeRequiredDescription
exceptionBoolOptionalIf set, an admin has exempted this peer, otherwise the peer was unexempted.
channel_idlongYesThe monoforum ID.
saved_peer_idPeerYesThe peer/topic ID.

Type: Update

Example:

$updateMonoForumNoPaidException = ['_' => 'updateMonoForumNoPaidException', 'exception' => Bool, 'channel_id' => long, 'saved_peer_id' => Peer];