Layer 220
UpdateMonoForumNoPaidException
An admin has (un)exempted this monoforum topic from payment to send messages using account. toggle No Paid Messages Exception.
constructor
updateMonoForumNoPaidException#9f812b08 flags:# exception:flags.0?true channel_id:long saved_peer_id:Peer = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Flags | # | Flags, see TL conditional fields |
| Exception | flags.0?true | If set, an admin has exempted this peer, otherwise the peer was unexempted. |
| ChannelId | long | The monoforum ID. |
| SavedPeerId | Peer | The peer/topic ID. |
Returns
UpdateGogram Example
// Creating UpdateMonoForumNoPaidException constructor obj := &tg.UpdateMonoForumNoPaidException{ ChannelId: int64(0), SavedPeerId: &tg.Peer{}, // Optional fields: // Exception: true, }