OBJECT
DashboardActivityFeedActivityRaiding
When a user raids a channel.
link GraphQL Schema definition
1 type DashboardActivityFeedActivityRaiding implements DashboardActivityFeedActivity { 2 3 # Status of the corresponding alert. 4 : DashboardActivityFeedActivityAlertStatus 5 6 # Unique identifier for this raiding action. 7 : ID! 8 9 # Number of users who participated in the raid. 10 : Int! @deprecated( reason: "Renamed to viewerCount" ) 11 12 # User/Channel who is now raiding the channel. 13 : User 14 15 # When the raid was initiated. 16 : Time! 17 18 # Number of users who participated in the raid. 19 : Int! 20 21 }
link Required by
This element is not required by anyone