Skip to content

Commit f239f4b

Browse files
committed
bugfix: api_app_id is string
1 parent b73d8e5 commit f239f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/src/Slackbot.Net.Endpoints/Models/Events/EventMetaData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class EventMetaData
88
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; }
11+
public string Api_App_Id { get; set; }
1212
public Authorization[] Authorizations { get; set; } = [];
1313
public bool Is_Ext_Shared_Channel { get; set; }
1414
}

0 commit comments

Comments
 (0)