flash call

This commit is contained in:
2025-12-03 19:45:24 +03:00
parent 85cbc3e940
commit 1bc08c90bd
5 changed files with 122 additions and 84 deletions

6
common.go Normal file
View File

@@ -0,0 +1,6 @@
package sigmasms
type Payload struct {
Sender string `json:"sender"`
Text string `json:"text"`
}