Change 25 04 2026 add chats

This commit is contained in:
MiDupl1711
2026-04-25 01:14:39 +03:00
parent d69fe7e21f
commit fb07f28fd1
47 changed files with 5272 additions and 356 deletions
@@ -0,0 +1,5 @@
package com.example.myserver
data class StatusRequest(
val isActive: Boolean
)