account.uploadTheme

Upload theme

documentEmpty#36f8c871 id:long = Document;
document#1e87342b flags:# id:long access_hash:long file_reference:bytes date:int mime_type:string size:int thumbs:flags.0?Vector<PhotoSize> video_thumbs:flags.1?Vector<VideoSize> dc_id:int attributes:Vector<DocumentAttribute> = Document;
---functions---
account.uploadTheme#1c3db333 flags:# file:InputFile thumb:flags.0?InputFile file_name:string mime_type:string = Document;

Parameters

Name Type Description
flags # Flags, see TL conditional fields
file InputFile Theme file uploaded as described in files ยป
thumb flags.0?InputFile Thumbnail
file_name string File name
mime_type string MIME type, must be application/x-tgtheme-{format}, where format depends on the client

Result

Document

Possible errors

Code Type Description
400 THEME_FILE_INVALID Invalid theme file provided.

Related pages

Uploading and Downloading Files

How to transfer large data batches correctly.