Codebase list golang-github-nlopes-slack / ca8e6b0
added is_invited_user flag in user struct tdiwate authored 4 years ago James committed 4 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
116116 IsUltraRestricted bool `json:"is_ultra_restricted"`
117117 IsStranger bool `json:"is_stranger"`
118118 IsAppUser bool `json:"is_app_user"`
119 IsInvitedUser bool `json:"is_invited_user"`
119120 Has2FA bool `json:"has_2fa"`
120121 HasFiles bool `json:"has_files"`
121122 Presence string `json:"presence"`