Created initial matrix listener
This commit is contained in:
		
							
								
								
									
										14
									
								
								MatrixListener.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								MatrixListener.cs
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
using System;
 | 
			
		||||
using System.Configuration;
 | 
			
		||||
using Matrix.Sdk;
 | 
			
		||||
 | 
			
		||||
namespace TeleTok
 | 
			
		||||
{
 | 
			
		||||
    public class MatrixListener
 | 
			
		||||
    {
 | 
			
		||||
        public void RunListener()
 | 
			
		||||
        {
 | 
			
		||||
            
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user