* Resets all notification settings to their default values. By default, all chats are unmuted, the sound is set to "default" and message previews are shown.
13
*/
14
class ResetAllNotificationSettings extends TdFunction
15
{
16
public const TYPE_NAME = 'resetAllNotificationSettings';
17
18
public function __construct()
19
{
20
}
21
22
public static function fromArray(array $array): ResetAllNotificationSettings
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.