mirror of
				https://github.com/usememos/memos.git
				synced 2025-10-31 16:59:30 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			61 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			61 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package telegram
 | |
| 
 | |
| type User struct {
 | |
| 	ID int64 `json:"id"`
 | |
| }
 |