makeLookup: Allow for key of zero
This commit is contained in:
		
					parent
					
						
							
								a769402c0c
							
						
					
				
			
			
				commit
				
					
						12c44d40a8
					
				
			
		
					 6 changed files with 34 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -169,6 +169,7 @@ export type DataInterface = {
 | 
			
		|||
  getRecentStickers: (options?: {
 | 
			
		||||
    limit?: number;
 | 
			
		||||
  }) => Promise<Array<StickerType>>;
 | 
			
		||||
  clearAllErrorStickerPackAttempts: () => Promise<void>;
 | 
			
		||||
 | 
			
		||||
  updateEmojiUsage: (shortName: string, timeUsed?: number) => Promise<void>;
 | 
			
		||||
  getRecentEmojis: (limit?: number) => Promise<Array<EmojiType>>;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue