Threads, Group Chats, and DMs
DMs
GraphQL Response Sample
{
"data": {
"thread": {
"id": "thr_2PtTG7GFSgcgwfpeDOBGEQtyB24",
"isPeristentChat": true,
"recipients": {
"edges": [
{
"node": {
"id": "usr_1h3c43PfmSQpPb0CXwRJUYs0ker",
"name": "Alice Johnson"
}
},
{
"node": {
"id": "usr_2mHVPy5LlHYPs2zHcwm56M85J3h",
"name": "Bob Smith"
}
}
]
}
}
}
}Looking Up a DM's Thread ID
GraphQL Query Example
Variables
Response Sample
Group Chats
GraphQL Response Sample
Threads
GraphQL Response Sample
Last updated
Was this helpful?
