C# Class ApiCore.Messages.Message

Datei anzeigen Open project: nolka/vkdotnet Class Usage Examples

Public Properties

Property Type Description
Body string
Date System.DateTime
Id int
State MessageState
Title string
UserId int

Property Details

Body public_oe property

Message body
public string Body
return string

Date public_oe property

Message date and time
public DateTime,System Date
return System.DateTime

Id public_oe property

Message id
public int Id
return int

State public_oe property

Message state
public MessageState State
return MessageState

Title public_oe property

Message title
public string Title
return string

UserId public_oe property

User id
public int UserId
return int