739 B
739 B
title | description |
---|---|
inputPeerNotifySettings | inputPeerNotifySettings attributes, type and example |
Constructor: inputPeerNotifySettings
Attributes:
Name | Type | Required |
---|---|---|
mute_until | int | Required |
sound | string | Required |
show_previews | Bool | Required |
events_mask | int | Required |
Type: InputPeerNotifySettings
Example:
$inputPeerNotifySettings = ['_' => 'inputPeerNotifySettings', 'mute_until' => int, 'sound' => string, 'show_previews' => Bool, 'events_mask' => int, ];