From 877cd8a1ebca89fd4525bd30093ada918061eddc Mon Sep 17 00:00:00 2001 From: TomasDostal Date: Tue, 28 Jan 2025 13:51:06 +0100 Subject: [PATCH] - Add `MyPreferences.guideHide` --- CHANGELOG.md | 1 + src/Resource/MyPreferences.php | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e73a61..749544f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes will be documented in this file. Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles. ## [Unreleased] +- Add `MyPreferences.guideHide` - Add `Account.guide` endpoint and `AccountGuide` resource - Add `AccountBilling.multiSign` - Edit `MultiSignRecipientInfo` resource diff --git a/src/Resource/MyPreferences.php b/src/Resource/MyPreferences.php index 07fca78..2924c20 100644 --- a/src/Resource/MyPreferences.php +++ b/src/Resource/MyPreferences.php @@ -10,4 +10,5 @@ class MyPreferences extends BaseResource public bool $autoscrollTags; public bool $welcomeVideoHide; public bool $welcomeVideoClose; + public bool $guideHide; }