Skip to content

Commit

Permalink
No, is_member Does Not Exist For Groups
Browse files Browse the repository at this point in the history
  • Loading branch information
joefitzgerald committed May 7, 2015
1 parent f817a11 commit 2d95880
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ type Group struct {
UnreadCount int `json:"unread_count,omitempty"`
NumMembers int `json:"num_members,omitempty"`
UnreadCountDisplay int `json:"unread_count_display,omitempty"`

// XXX: does this exist for a group too?
IsMember bool `json:"is_member"`
}

type groupResponseFull struct {
Expand Down

0 comments on commit 2d95880

Please sign in to comment.