RequestedPeerChat

---types---
requestedPeerChat#7307544f chat_id:long title:flags.0?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::RequestedPeerChat(v) = result { ... }

Parameters

chat_idlongrequired
titlestringoptional
photoPhotooptional