1
0
mirror of synced 2025-02-16 21:43:13 +03:00
messenger/pass_thread_control.go

8 lines
182 B
Go
Raw Normal View History

2019-03-25 11:42:34 -07:00
package messenger
type passThreadControl struct {
Recipient Recipient `json:"recipient"`
TargetAppID int64 `json:"target_app_id"`
Metadata string `json:"metadata"`
}