contextType : ThreadContextType
otherMemberIds : readonly number[]
Other members of the chat.
The online indicator will use the first member in the list
buttonText ?: string = $localize`:Chat button (verb):Chat`
color ?: any = ButtonColor.DEFAULT
disabled ?: boolean = false
display ?: ButtonDisplay = 'inline'
displayDesktop ?: ButtonDisplay
displayTablet ?: ButtonDisplay
fullWidth ?: boolean = false
By default the chat button has a fixed size,
setting this to true fits the button to the
container width
size ?: any = ButtonSize.SMALL
Size of the button. Automatically adjusts font/notification size.
threadType ?: ThreadType
Override thread type where the default value is
PRIVATE if otherMembers length is 1 or
GROUP if otherMembers length is greater than 1.