Constructor: dialogCommunity
Attributes:
| Name | Type | Required |
|---|---|---|
| pinned | Bool | Optional |
| community_id | long | Yes |
| notify_settings | PeerNotifySettings | Yes |
Type: Dialog
Example:
$dialogCommunity = ['_' => 'dialogCommunity', 'pinned' => Bool, 'community_id' => long, 'notify_settings' => PeerNotifySettings];