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

     1  package tdproto
     2  
     3  // Distribution information
     4  type Dist struct {
     5  	Type string `json:"type"`
     6  	URL  string `json:"url"`
     7  }