879 B
879 B
title | description |
---|---|
inputPeerNotifySettings | inputPeerNotifySettings attributes, type and example |
Constructor: inputPeerNotifySettings
Attributes:
Name | Type | Required |
---|---|---|
show_previews | Bool | Optional |
silent | Bool | Optional |
mute_until | int | Yes |
sound | string | Yes |
Type: InputPeerNotifySettings
Example:
$inputPeerNotifySettings = ['_' => 'inputPeerNotifySettings', 'show_previews' => Bool, 'silent' => Bool, 'mute_until' => int, 'sound' => string, ];
Or, if you're into Lua:
inputPeerNotifySettings={_='inputPeerNotifySettings', show_previews=Bool, silent=Bool, mute_until=int, sound=string, }