ShowThreadMessageInChannelButton

ShowThreadMessageInChannelButton renders the "Also send to channel" checkbox in thread input.

Internally it reads and toggles messageComposer.showReplyInChannel, and only renders when both threadList and allowThreadMessagesInChannel are truthy.

Props

All props are optional at wrapper level (Partial<...>) because defaults come from context.

PropDescriptionType
allowThreadMessagesInChannelWhether showing this control is allowed.boolean
threadListIndicates thread input context.boolean
tTranslation function.(key: string) => string