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.
| Prop | Description | Type |
|---|---|---|
allowThreadMessagesInChannel | Whether showing this control is allowed. | boolean |
threadList | Indicates thread input context. | boolean |
t | Translation function. | (key: string) => string |