refactor(net-tool): 重命名 updateOrReplyMessage 方法为 updateOrReply
All checks were successful
/ release (push) Successful in 27s
All checks were successful
/ release (push) Successful in 27s
This commit is contained in:
parent
3ba1dbbcaf
commit
9164221e7b
@ -166,7 +166,7 @@ class LarkMessageService extends LarkBaseService {
|
||||
* @param content 消息内容
|
||||
* @returns 更新或回复的消息ID
|
||||
*/
|
||||
async updateOrReplyMessage(content: string) {
|
||||
async updateOrReply(content: string) {
|
||||
if (this.repliedMessageId) {
|
||||
await this.update(
|
||||
this.repliedMessageId,
|
||||
|
Loading…
x
Reference in New Issue
Block a user