704 B
704 B
title | description |
---|---|
peerNotifySettings | peerNotifySettings attributes, type and example |
Constructor: peerNotifySettings
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, ];