MadelineProto/old_docs/API_docs_v38/constructors/peerNotifySettings.md

704 B

title description
peerNotifySettings peerNotifySettings attributes, type and example

Constructor: peerNotifySettings

Back to constructors index

Attributes:

Name Type Required
mute_until int Required
sound string Required
show_previews Bool Required
events_mask int Required

Type: PeerNotifySettings

Example:

$peerNotifySettings = ['_' => 'peerNotifySettings', 'mute_until' => int, 'sound' => string, 'show_previews' => Bool, 'events_mask' => int, ];