mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:27:46 +01:00
546 B
546 B
Constructor: inputPeerNotifySettings
Attributes:
Name | Type | Required |
---|---|---|
show_previews | Bool | Optional |
silent | Bool | Optional |
mute_until | int | Required |
sound | string | Required |
Type: InputPeerNotifySettings
Example:
$inputPeerNotifySettings = ['show_previews' => Bool, 'silent' => Bool, 'mute_until' => int, 'sound' => string, ];