Skip to main content
Version: v5

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#

overrides the value from MessageInputContext
additionalTextInputProps#

Additional props provided to the underlying TextInput within MessageInput.

Type
object

overrides the value from ChannelContext
disabled#

True if channel is frozen and disableIfFrozenChannel is true.

Type
boolean

overrides the value from MessageInputContext
cooldownEndsAt#

The time at which the active cool-down will end.

Type
Date

overrides the value from MessageInputContext
setGiphyActive#

Setter function for giphyActive

Type
(isActive) => void

overrides the value from MessageInputContext
setShowMoreOptions#

Setter function for showMoreOptions.

Type
(showMoreOptions) => void

Did you find this page helpful?