Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Sep 18, 2019
1 parent 04490a6 commit 0fc9b14
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
12 changes: 7 additions & 5 deletions docs/API_docs/methods/account_saveTheme.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
---
title: account.saveTheme
description: account.saveTheme parameters, return type and example
description: Save theme
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Method: account.saveTheme
[Back to methods index](index.md)


Save theme

### Parameters:

| Name | Type | Required |
|----------|---------------|----------|
|theme|[InputTheme](../types/InputTheme.md) | Yes|
|unsave|[Bool](../types/Bool.md) | Yes|
| Name | Type | Description | Required |
|----------|---------------|-------------|----------|
|theme|[InputTheme](../types/InputTheme.md) | Theme to save | Yes|
|unsave|[Bool](../types/Bool.md) | Unsave | Yes|


### Return type: [Bool](../types/Bool.md)
Expand Down
2 changes: 2 additions & 0 deletions docs/API_docs/methods/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,8 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

* <a href="account_saveSecureValue.html" name="account_saveSecureValue">Save telegram passport secure value: account.saveSecureValue</a>

* <a href="account_saveTheme.html" name="account_saveTheme">Save theme: account.saveTheme</a>

* <a href="account_saveWallPaper.html" name="account_saveWallPaper">Save wallpaper: account.saveWallPaper</a>

* <a href="contacts_search.html" name="contacts_search">Search contacts: contacts.search</a>
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ Tip: if you receive an error (or nothing), [send us](https://t.me/pwrtelegramgro
* <a href="https://docs.madelineproto.xyz/API_docs/methods/account_saveAutoDownloadSettings.html" name="account_saveAutoDownloadSettings">Save autodownload settings: account.saveAutoDownloadSettings</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/phone_saveCallDebug.html" name="phone_saveCallDebug">Save call debugging info: phone.saveCallDebug</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/account_saveSecureValue.html" name="account_saveSecureValue">Save telegram passport secure value: account.saveSecureValue</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/account_saveTheme.html" name="account_saveTheme">Save theme: account.saveTheme</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/account_saveWallPaper.html" name="account_saveWallPaper">Save wallpaper: account.saveWallPaper</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/contacts_search.html" name="contacts_search">Search contacts: contacts.search</a>
* <a href="https://docs.madelineproto.xyz/API_docs/methods/messages_searchGifs.html" name="messages_searchGifs">Search gifs: messages.searchGifs</a>
Expand Down
2 changes: 2 additions & 0 deletions old_docs/API_docs_v105/methods/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,8 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

* <a href="account_saveSecureValue.html" name="account_saveSecureValue">Save telegram passport secure value: account.saveSecureValue</a>

* <a href="account_saveTheme.html" name="account_saveTheme">Save theme: account.saveTheme</a>

* <a href="account_saveWallPaper.html" name="account_saveWallPaper">Save wallpaper: account.saveWallPaper</a>

* <a href="contacts_search.html" name="contacts_search">Search contacts: contacts.search</a>
Expand Down
12 changes: 7 additions & 5 deletions old_docs/API_docs_v105/methods/account_saveTheme.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
---
title: account.saveTheme
description: account.saveTheme parameters, return type and example
description: Save theme
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Method: account.saveTheme
[Back to methods index](index.md)


Save theme

### Parameters:

| Name | Type | Required |
|----------|---------------|----------|
|theme|[InputTheme](../types/InputTheme.md) | Yes|
|unsave|[Bool](../types/Bool.md) | Yes|
| Name | Type | Description | Required |
|----------|---------------|-------------|----------|
|theme|[InputTheme](../types/InputTheme.md) | Theme to save | Yes|
|unsave|[Bool](../types/Bool.md) | Unsave | Yes|


### Return type: [Bool](../types/Bool.md)
Expand Down

0 comments on commit 0fc9b14

Please sign in to comment.