1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 16:07:20 +01:00
MadelineProto/docs/API_docs/constructors/peerSettings.md
2016-12-20 13:32:11 +01:00

446 B

title description
peerSettings peerSettings attributes, type and example

Constructor: peerSettings

Back to constructors index

Attributes:

Name Type Required
report_spam Bool Optional

Type: PeerSettings

Example:

$peerSettings = ['_' => peerSettings', 'report_spam' => true, ];