File tree Expand file tree Collapse file tree
source/src/Slackbot.Net.Endpoints/Models/Events Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,19 @@ public class EventMetaData
55 public string Token { get ; set ; }
66 public string Team_Id { get ; set ; }
77 public string Type { get ; set ; }
8- public string [ ] AuthedUsers { get ; set ; }
8+ public string [ ] AuthedUsers { get ; set ; } = [ ] ;
99 public string Event_Id { get ; set ; }
1010 public long Event_Time { get ; set ; }
11+ public long Api_App_Id { get ; set ; }
12+ public Authorization [ ] Authorizations { get ; set ; } = [ ] ;
13+ public bool Is_Ext_Shared_Channel { get ; set ; }
14+ }
15+
16+ public class Authorization
17+ {
18+ public string Enterprise_Id { get ; set ; }
19+ public string Team_Id { get ; set ; }
20+ public string User_Id { get ; set ; }
21+ public bool Is_Bot { get ; set ; }
22+ public bool Is_Enterprise_Install { get ; set ; }
1123}
You can’t perform that action at this time.
0 commit comments