1
0
mirror of synced 2024-11-21 20:36:06 +03:00
messenger/pass_thread_control.go

8 lines
182 B
Go
Raw Permalink Normal View History

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