Request

data class Request(val messageId: Long, val userId: Long, val githubName: String, val repoName: String)

Represents a request in the database.

Constructors

Link copied to clipboard
constructor(messageId: Long, userId: Long, githubName: String, repoName: String)

Properties

Link copied to clipboard

The GitHub username of the user.

Link copied to clipboard

The unique ID of the request according to Discord.

Link copied to clipboard

The name of the repository.

Link copied to clipboard

The unique ID of the Discord user.