InputGiphySearch
Component to render a header for the editing state of the MessageInput
.
This is the default component provided to the prop InputGiphySearch
on the Channel
component.
Props
additionalTextInputProps
Additional props provided to the underlying TextInput within MessageInput
.
Type |
---|
Object |
disabled
True if channel is frozen and disableIfFrozenChannel is true.
Type |
---|
Boolean |
cooldownEndsAt
The time at which the active cool-down will end.
Type |
---|
Date |
setGiphyActive
Setter function for giphyActive
Type |
---|
(isActive) => void |
setShowMoreOptions
Setter function for showMoreOptions
.
Type |
---|
(showMoreOptions) => void |