GroupRequestEvent

@Serializable
data class GroupRequestEvent(val time: Long, val selfId: Long, val groupId: Long, val userId: Long, val comment: String, val flag: String, val subType: String, val postType: String = "request", val requestType: String = "group") : OneBotV11Event

Constructors

Link copied to clipboard
constructor(time: Long, selfId: Long, groupId: Long, userId: Long, comment: String, flag: String, subType: String, postType: String = "request", requestType: String = "group")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "group_id")
val groupId: Long
Link copied to clipboard
open override val postType: String
Link copied to clipboard
@SerialName(value = "request_type")
val requestType: String
Link copied to clipboard
@SerialName(value = "self_id")
open override val selfId: Long
Link copied to clipboard
@SerialName(value = "sub_type")
val subType: String
Link copied to clipboard
open override val time: Long
Link copied to clipboard
@SerialName(value = "user_id")
val userId: Long