mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 15:47:21 +01:00
726 B
726 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 | Required |
sound | string | Required |
Type: InputPeerNotifySettings
Example:
$inputPeerNotifySettings = ['_' => inputPeerNotifySettings', 'show_previews' => true, 'silent' => true, 'mute_until' => int, 'sound' => string, ];