Layer 227
constructor
updateMonoForumNoPaidException#9f812b08 flags:# exception:flags.0?true channel_id:long saved_peer_id:Peer = Update;

Parameters

Name Type Description
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{
    Exception: nil,
    ChannelId: int64(1234567890),
    SavedPeerId: &tg.Peer{},
}