mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	zerver: Drop support for Zulip API emails in channel creation.
Also write the description a bit better. Discussion: https://chat.zulip.org/#narrow/channel/378-api-design/topic/Channel.20creation.20should.20return.20the.20channel.20ID/near/2240040. Signed-off-by: apoorvapendse <apoorvavpendse@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							9adee70d8d
						
					
				
				
					commit
					8f14b717ff
				
			@@ -1622,7 +1622,7 @@ Output:
 | 
			
		||||
    def create_channel_via_post(
 | 
			
		||||
        self,
 | 
			
		||||
        user: UserProfile,
 | 
			
		||||
        subscribers: list[str] | list[int] | None = None,
 | 
			
		||||
        subscribers: list[int] | None = None,
 | 
			
		||||
        name: str | None = None,
 | 
			
		||||
        extra_post_data: Mapping[str, Any] = {},
 | 
			
		||||
        invite_only: bool = False,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user