Open Shadowfiend opened 1 year ago
Ideally with customizable or adapter-specific metadata payloads that are first-class aspects of the types.
Other things that should change with this:
.reply
.replyMention
.sendMention
.send
Ideally with customizable or adapter-specific metadata payloads that are first-class aspects of the types.
Other things that should change with this:
.reply
should not @ by default, but instead reply in thread unless there is no thread information..replyMention
method that always mentions, should also reply in thread if there is thread information..sendMention
method that always mentions and sends outside of the thread..send
should continue to send outside of the thread.