Class UserMessage
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class UserMessage : JsonObject<UserMessage>
Fields
body
Declaration
Field Value
created_at
Declaration
public TimeDetails created_at
Field Value
flaggable_message_id
Declaration
public int flaggable_message_id
Field Value
from_user
Declaration
Field Value
id
Declaration
Field Value
read_at
Declaration
public TimeDetails read_at
Field Value
subject
Declaration
Field Value
thread_flags
Declaration
public List<Flag> thread_flags
Field Value
thread_id
Declaration
Field Value
thread_messages_count
Declaration
public int thread_messages_count
Field Value
to_user
Declaration
Field Value
updated_at
Declaration
public TimeDetails updated_at
Field Value
user_id
Declaration
Field Value