mirror of
				https://github.com/Maks1mS/nestjs-telegraf.git
				synced 2025-10-31 22:11:23 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			338 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			338 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import { SetMetadata } from '@nestjs/common';
 | |
| import { DECORATORS } from '../telegraf.constants';
 | |
| 
 | |
| /**
 | |
|  * Registers middleware for handling callback_data actions with game query.
 | |
|  *
 | |
|  * @see https://telegraf.js.org/#/?id=inlinequery
 | |
|  */
 | |
| export const GameQuery = (): MethodDecorator => {
 | |
|   return SetMetadata(DECORATORS.GAME_QUERY, {});
 | |
| };
 |