acidify-core
Toggle table of contents
0.3.0
js
Target filter
js
Switch theme
Search in API
Skip to content
acidify-core
acidify-core
/
org.ntqqrev.acidify.js
/
JsGroupNotifications
Js
Group
Notifications
js
data
class
JsGroupNotifications
(
val
notifications
:
Array
<
BotGroupNotification
>
,
val
nextSequence
:
Long
?
)
Members
Constructors
Js
Group
Notifications
Link copied to clipboard
js
constructor
(
notifications
:
Array
<
BotGroupNotification
>
,
nextSequence
:
Long
?
)
Properties
next
Sequence
Link copied to clipboard
js
val
nextSequence
:
Long
?
notifications
Link copied to clipboard
js
val
notifications
:
Array
<
BotGroupNotification
>