This commit is contained in:
Smile Rex
2026-01-21 19:14:25 +03:00
parent 9033264a15
commit ca06471d9e
2 changed files with 47 additions and 0 deletions

6
auth.go Normal file
View File

@@ -0,0 +1,6 @@
package main
type AuthMessage struct {
Type string `json:"type"`
InitData string `json:"initData"`
}