Modified Example1
This commit is contained in:
12
Example1/TextMessage.cs
Normal file
12
Example1/TextMessage.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace Example1
|
||||
{
|
||||
internal class TextMessage
|
||||
{
|
||||
public uint? user_id;
|
||||
public string name;
|
||||
public string type;
|
||||
public string message;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user