RequestedPeerChannel

---types---
requestedPeerChannel#8ba403e4 channel_id:long title:flags.0?string username:flags.1?string photo:flags.2?Photo = RequestedPeer

Belongs to

RequestedPeer

In Rust this constructor is a variant of the enums::RequestedPeer enum.
Match on it with: if let enums::RequestedPeer::RequestedPeerChannel(v) = result { ... }

Parameters

channel_idlongrequired
titlestringoptional
usernamestringoptional
photoPhotooptional