Lachee / discord-rpc-csharp

C# custom implementation for Discord Rich Presence. Not deprecated and still available!
MIT License
579 stars 96 forks source link

RichPresence from byte[] #148

Closed HAHOOS closed 3 years ago

HAHOOS commented 3 years ago

Hey, i got question. How to set RichPresence from byte[]?

Lachee commented 3 years ago

There are many different serialization methods available to you. The easiest that comes to mind is to turn it into JSON and they convert that string into a byte array.

HAHOOS commented 3 years ago

Thanks @Lachee , but i got question. Do you see my suggestion #147?

Lachee commented 3 years ago

yes but i am very busy IRL at the moment. I havn't had a chance to properly review the suggestion and see what would be suitable for the library.

HAHOOS commented 3 years ago

Oh ok