Description
Unable to access thread_ts in message_replied message event payloads.
Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
package version: ^3.2.0
node version: ^14
Expected result:
thread_ts will be available for messages
Actual result:
Compiler error
Code
bolt.message(subtype('message_replied'), ({ message }) => {
console.log(message.thread_ts);
})
Property 'thread_ts' does not exist on type 'MessageEvent'.
Description
Unable to access
thread_tsinmessage_repliedmessage event payloads.Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
package version: ^3.2.0
node version: ^14
Expected result:
thread_tswill be available formessagesActual result:
Compiler error
Code
Property 'thread_ts' does not exist on type 'MessageEvent'.