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