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

     1  package tdproto
     2  
     3  // OAuth service
     4  type OAuthService struct {
     5  	// Integration title
     6  	Name string `json:"name"`
     7  
     8  	// Redirect url
     9  	Url string `json:"url"`
    10  }