Function OpenChannelInput
- OpenChannelInput(props): ReactNode
Parameters
props: Pick<ChannelInputProps, "onPressUpdateUserMessage" | "shouldRenderInput" | "onPressSendUserMessage" | "onPressSendFileMessage" | "onPressUpdateFileMessage" | "AttachmentsButton"> & Partial<Pick<ChannelInputProps, "inputDisabled">>
Returns ReactNode
NOTE: Exotic components are not callable.