1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 20:07:50 +01:00
MadelineProto/old_docs/API_docs_v55/constructors/peerSettings.md

451 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, ];