Playing with the idea of a #deltachat bot in #csharp, so far, so good...
@delegatevoid WOW nice!!!
@delegatevoid awesome, how did you make the C# bindings? we could turn them official if you like.
we also have some ideas for autogenerating language bindings from the generated openrpc specification, but it wouldn't be as pretty as a handwritten/-maintained wrapper/rpc-client library.
@treefit Let me work on it a little while longer before I publish it. But basically I start the deltachat-rpc-server as a .NET Process and then write to and read from standard input and standard output.