docstring: Use user_ids for typing endpoint.
This commit is contained in:
		
							parent
							
								
									32a46cbaa9
								
							
						
					
					
						commit
						dd37e27b36
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1397,7 +1397,7 @@ class Client(object):
 | 
			
		|||
            Example usage:
 | 
			
		||||
            >>> client.set_typing_status({
 | 
			
		||||
                'op': 'start',
 | 
			
		||||
                'to': ['iago@zulip.com', 'polonius@zulip.com'],
 | 
			
		||||
                'to': [9, 10],
 | 
			
		||||
            })
 | 
			
		||||
            {'result': 'success', 'msg': ''}
 | 
			
		||||
        '''
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue