diff --git a/data/core.telegram.org/method/account.createTheme b/data/core.telegram.org/method/account.createTheme new file mode 100644 index 0000000000..35e2364c6d --- /dev/null +++ b/data/core.telegram.org/method/account.createTheme @@ -0,0 +1,169 @@ + + + + + account.createTheme + + + + + + + + + + + + + +
+ +
+
+
+ +

account.createTheme

+ +

Create a theme

+

+
theme#28f1114 flags:# creator:flags.0?true default:flags.1?true id:long access_hash:long slug:string title:string document:flags.2?Document settings:flags.3?ThemeSettings installs_count:int = Theme;
+---functions---
+account.createTheme#8432c21f flags:# slug:string title:string document:flags.2?InputDocument settings:flags.3?InputThemeSettings = Theme;

+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
flags#Flags, see TL conditional fields
slugstringUnique theme ID
titlestringTheme name
documentflags.2?InputDocumentTheme file
settingsflags.3?InputThemeSettingsTheme settings
+

Result

+

Theme

+ +
+ +
+
+ +
+ + + + + +