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

     1  package tdapi
     2  
     3  // IVCSAuthResponse result of auth in IVCS
     4  type IVCSAuthResponse struct {
     5  	// SessionID IVA user session ID
     6  	SessionID string `json:"session_id,omitempty"`
     7  }