mirror of
				https://github.com/Maks1mS/nestjs-telegraf.git
				synced 2025-10-30 21:47:15 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			291 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			291 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import { SetMetadata } from '@nestjs/common';
 | |
| import { DECORATORS } from '../telegraf.constants';
 | |
| 
 | |
| /**
 | |
|  * `@Update` decorator, it's like NestJS `@Controller` decorator,
 | |
|  * only for Telegram Bot API updates.
 | |
|  */
 | |
| export const Update = (): ClassDecorator => SetMetadata(DECORATORS.UPDATE, {});
 |