Update documentation.
This commit is contained in:
parent
f3c8ae83c5
commit
9a4ab8fc23
@ -34,6 +34,6 @@ cmake --build . --config Debug
|
||||
|
||||
After `TDLib` is built you can open and run TdExample project.
|
||||
It contains a simple console C# application with implementation of authorization and message sending.
|
||||
Just open it with Visual Studio 2015 or 2017 and run.
|
||||
Just open it with Visual Studio 2015 or later and run.
|
||||
|
||||
Also see TdExample.csproj for example of including TDLib in C# project with all native shared library dependencies.
|
||||
|
@ -26,4 +26,4 @@ If you need to restart the build from scratch, call `.\build.ps1 -mode clean` fi
|
||||
Now `TDLib` can be freely used from any UWP project, built in Visual Studio.
|
||||
|
||||
## Example of usage
|
||||
The `app/` directory contains a simple example of a C# application for Universal Windows Platform. Just open it with Visual Studio 2015 or 2017 and run.
|
||||
The `app/` directory contains a simple example of a C# application for Universal Windows Platform. Just open it with Visual Studio 2015 or later and run.
|
||||
|
@ -3189,7 +3189,7 @@ chatStatisticsChannel period:dateRange member_count:statisticalValue mean_view_c
|
||||
messageStatistics message_interaction_graph:StatisticalGraph = MessageStatistics;
|
||||
|
||||
|
||||
//@description A point on a Cartesian plane @x The point first coordinate @y The point second coordinate
|
||||
//@description A point on a Cartesian plane @x The point's first coordinate @y The point's second coordinate
|
||||
point x:double y:double = Point;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user