Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 827 Bytes

message_pin.list.md

File metadata and controls

47 lines (36 loc) · 827 Bytes

message_pin.list

查询某个聊天会话的置顶消息列表

请求方式

GET {base_url}/message_pin.list

请求参数

需要登录

参数名称 参数类型 参数是否必须? 说明 样例
vchannel_id string 讨论组 id, 例如 "=bw52O"

响应

200

[
  {
    "id": "=bw52T",
    "team_id": "=bw52U",
    "uid": "=bw52W",
    "vchannel_id": "=bw52O",
    "message_id": "=bw53a",
    "message_key": "1539079277448.0002",
    "created_at": "2018-10-10T09:48:55.000+0800",
    "updated_at": "2018-10-10T09:48:55.000+0800",
    "message": null
  }
]

错误响应

{
  "code": // error code,
  "error": "unexpected error"
}