Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/public-api/src/apis/reddit/models/ModMail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ export type ConversationData = {
/**
* A ConversationType specifies whether a conversation is with a subreddit
* itself, with another user, or with another subreddit entirely.
* - `internal` - This is a conversation with another user outside of the subreddit. The participant ID is that user's ID.
* - `sr_user` - This is a Mod Discussion, internal to the subreddit. There is no other participant.
* - `sr_user` - This is a conversation with another user outside of the subreddit. The participant ID is that user's ID.
* - `internal` - This is a Mod Discussion, internal to the subreddit. There is no other participant.
* - `sr_sr` - This is a conversation is with another subreddit. The participant will have a subreddit ID.
*/
conversationType?: string;
Expand Down