We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd43762 commit b388554Copy full SHA for b388554
source/src/Slackbot.Net.Endpoints/Models/Events/TeamJoinEvent.cs
@@ -10,7 +10,9 @@ public class JoiningUser
10
public string Id { get; set; }
11
public string Name { get; set; }
12
public string Real_Name { get; set; }
13
- public JoiningUserProfile? Profile { get; set; }
+ public bool Is_Bot { get; set; }
14
+ public bool Is_App_User { get; set; }
15
+ public JoiningUserProfile Profile { get; set; }
16
}
17
18
public class JoiningUserProfile
0 commit comments