github.com/tada-team/tdproto@v1.51.57/tdapi/device.go (about)

     1  package tdapi
     2  
     3  // Device ping response
     4  type DevicePing struct {
     5  	// Unique value sent to device
     6  	PingId string `json:"ping_id"`
     7  }