/
BE
bearyinnovative
/
beary-openapi
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1mo ago
Details
Filter operations
channel
9
emoji & sticker
2
message
5
meta
1
p2p
3
get
/p2p.info
get
/p2p.list
post
/p2p.create
rtm
1
session channel
8
team
1
user
4
vchannel
1
p2p
创建一个 P2P 聊天会话。
post
/p2p.create
Request body
string
required
Response
Created
P2PChannel
required
id
string
required
team_id
string
required
{"stackTrail":"components:schemas:VChannelId","oasType":"schema","type":"unknown","description":"聊天会话 id"}
type
'normal'
|
'session'
|
'p2p'
required
聊天会话类型
is_active
boolean
required
会话是否有效
is_member
boolean
required
当前用户是否为对话成员?
member_uids
ResponseObjectId[]
required
P2P 对话成员 id 列表
latest_ts
integer
required
P2P 对话最新一条消息的 ts
Changes