1
0
mirror of synced 2024-11-21 20:36:06 +03:00
messenger/pass_thread_control.go
2019-07-25 14:37:27 +03:00

8 lines
182 B
Go

package messenger
type passThreadControl struct {
Recipient Recipient `json:"recipient"`
TargetAppID int64 `json:"target_app_id"`
Metadata string `json:"metadata"`
}