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 b73d8e5 commit f239f4bCopy full SHA for f239f4b
source/src/Slackbot.Net.Endpoints/Models/Events/EventMetaData.cs
@@ -8,7 +8,7 @@ public class EventMetaData
8
public string[] AuthedUsers { get; set; } = [];
9
public string Event_Id { get; set; }
10
public long Event_Time { get; set; }
11
- public long Api_App_Id { get; set; }
+ public string Api_App_Id { get; set; }
12
public Authorization[] Authorizations { get; set; } = [];
13
public bool Is_Ext_Shared_Channel { get; set; }
14
}
0 commit comments