Reddit.NET  1.5
Reddit.NET is a .NET Standard library that provides easy access to the Reddit API with virtually no boilerplate code required.
Reddit.Things.ConversationContainer Class Reference

Properties

Dictionary< string, ConversationConversations [get, set]
 
Dictionary< string, ConversationMessageMessages [get, set]
 
string ViewerId [get, set]
 
List< string > ConversationIds [get, set]
 

Property Documentation

◆ ConversationIds

List<string> Reddit.Things.ConversationContainer.ConversationIds
getset

◆ Conversations

Dictionary<string, Conversation> Reddit.Things.ConversationContainer.Conversations
getset

◆ Messages

Dictionary<string, ConversationMessage> Reddit.Things.ConversationContainer.Messages
getset

◆ ViewerId

string Reddit.Things.ConversationContainer.ViewerId
getset

The documentation for this class was generated from the following file: