This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Public Class TimelineMessage | |
Public datesent As String | |
Public sender As String | |
Public senderID As Integer | |
Public target As String | |
Public targetID As Integer | |
Public ID As Integer | |
Public body As String | |
Public type As MessageType |
NewerOlder