Layer 220
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

Update

Gogram Example

// Creating UpdateMonoForumNoPaidException constructor
obj := &tg.UpdateMonoForumNoPaidException{
    ChannelId: int64(0),
    SavedPeerId: &tg.Peer{},

    // Optional fields:
    // Exception: true,
}