openbird 2.1.0 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -165,6 +165,8 @@ createServer({
165
165
  | `send_message` | 发送消息(支持 Markdown) |
166
166
  | `send_mention_message` | 发送 @提及 消息 |
167
167
  | `send_reply` | 回复指定消息(引用回复) |
168
+ | `put_message_link` | 生成消息链接 |
169
+ | `get_message_link_permission` | 查询消息链接预览权限 |
168
170
  | `add_reaction` | 添加表情回应 |
169
171
  | `remove_reaction` | 移除表情回应 |
170
172