20 lines
		
	
	
		
			399 B
		
	
	
	
		
			Markdown
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			399 B
		
	
	
	
		
			Markdown
		
	
	
	
| # getAlbum
 | |
| 
 | |
| See the [guide](../../guides/usage/getAlbum.html) for information on how to use this.
 | |
| 
 | |
| ## Properties
 | |
| 
 | |
| | Name      | Data Type | Description |
 | |
| | :-------- | :-------- | :---------- |
 | |
| | `albumId` | `string`  | Album ID    |
 | |
| 
 | |
| ## Returns
 | |
| 
 | |
| `Promise<`[AlbumFull](../interfaces/AlbumFull.html)`>`
 | |
| 
 | |
| ## TypeScript Source Code
 | |
| 
 | |
| ```ts
 | |
| public async getAlbum(albumId: string): Promise<AlbumFull>
 | |
| ```
 |