676 B
676 B
title | description | image |
---|---|---|
peerSettings | Peer settings | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: peerSettings
Peer settings
Attributes:
Name | Type | Required | Description |
---|---|---|---|
report_spam | Bool | Optional | Whether we can still report the user for spam |
Type: PeerSettings
Example:
$peerSettings = ['_' => 'peerSettings', 'report_spam' => Bool];
Or, if you're into Lua:
peerSettings={_='peerSettings', report_spam=Bool}