//core/com.petersamokhin.vksdk.core.model.event/RawEvent
RawEvent¶
[common]\ data class RawEvent(type: String, object: JsonObject, groupId: Int)
Types¶
| Name | Summary |
|---|---|
| Companion | [common] object Companion |
Properties¶
| Name | Summary |
|---|---|
| groupId | [common] val groupId: Int |
| object | [common] val object: JsonObject |
| type | [common] val type: String |