InputWebFileAudioAlbumThumbLocation¶
- class pyrogram.raw.types.InputWebFileAudioAlbumThumbLocation[source]¶
Used to download an album cover for any music file using upload.getWebFile, see the webfile docs for more info ».
Constructor of
InputWebFileLocation.- Details:
Layer:
229ID:
F46FE924
- Parameters:
small (
bool, optional) – Used to return a thumbnail with100x100resolution (instead of the default600x600)document (
InputDocument, optional) – The audio file in question: must NOT be provided in secret chats, provide thetitleandperformerfields instead.title (
str, optional) – Song title: should only be used in secret chats, in normal chats providedocumentinstead, as it has more lax rate limits.performer (
str, optional) – Song performer: should only be used in secret chats, in normal chats providedocumentinstead, as it has more lax rate limits.