Skip to content

Amino.NET v1.5

Compare
Choose a tag to compare
@FabioGaming FabioGaming released this 13 Feb 15:36
· 81 commits to master since this release
e304641

Amino.Net v1.5 release | Even more SubClient, Sandboxing and Debugging!

An Update that adds a lot more to the Client, SubClient and general debugging and sandboxing to Amino.NET!

Whats new?

  • Added lots of SubClient functions
  • Made websocket and profile fetching optional on login
  • Added Session Tools
  • Added some more Client functions
  • Changed .NET version from .NET 5 to .NET 7
  • Removed Examples folder as its getting replaced with an on-discord examples channel
  • Some Object crashes are now fixed
  • User Agent can now be changed on the Client declaration
  • More enums carry Integer values to discontinue lookup functions
See all added Functions
  • Client.send_message
  • Client.send_file_message
  • Client.send_sticker
  • Client.send_embed
  • SubClient.send_embed
  • Client.invite_to_vc
  • SubClient.comment
  • Client.login_sid
  • helpers.DecodeSid
  • helpers.sid_to_uid
  • helpers.sid_to_ip_address
  • helpers.sid_created_time
  • helpers.sid_to_client_type
  • SubClient.get_user_info
  • SubClient.get_user_following
  • SubClient.get_user_followers
  • SubClient.transfer_host
  • SubClient.accept_host
  • SubClient.join_chat
  • SubClient.leave_chat
  • SubClient.delete_message
  • SubClient.mark_as_read
  • SubClient.get_user_visitors
  • SubClient.get_user_blogs
  • SubClient.get_user_wikis
  • SubClient.get_user_achievements
  • SubClient.get_influencer_info
  • SubClient.add_influencer
  • SubClient.remove_influencer
  • SubClient.subscribe
  • SubClient.get_blocked_users
  • SubClient.get_blocker_users
  • SubClient.delete_message
  • SubClient.get_wiki_info
  • SubClient.get_influencer_info
  • SubClient.kick_from_chat
  • SubClient.delete_chat
  • SubClient.handle_promotion
  • SubClient.play_quiz

Soon

  • Refactor Code
  • Add Builder Classes / Objects
  • Add ACM
  • Add changing device IDs
  • Add proxy support
  • Add custom events (notification support)
  • Add Custom Exceptions

Special Thanks to: RPG876 for providing the data needed to Contruct some functions like send_embed and the rest of the send_message bundle!

Thanks for reading!
See you in the next update!