We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb39170 commit dbeef20Copy full SHA for dbeef20
1 file changed
bridge/bridge.go
@@ -213,7 +213,7 @@ type Config struct {
213
214
// Used in the /friends/lookup endpoint
215
type UsersRelationship struct {
216
- XMLName xml.Name `xml:"connections" json:"-"`
+ XMLName xml.Name `xml:"relationship" json:"-"`
217
Name string `json:"name" xml:"name"`
218
IDStr string `json:"id_str" xml:"id_str"`
219
ID int64 `json:"id" xml:"id"`
0 commit comments