mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-03 15:10:14 +08:00
Add default value =0 for fieldId
This commit is contained in:
parent
8ad087c406
commit
b7d8396f78
@ -165,7 +165,7 @@ data class NotOnlineImageFromFile(
|
||||
override val bizType: Int = 0,
|
||||
override val imageType: Int = 1000,
|
||||
override val downloadPath: String = resourceId,
|
||||
override val fileId: Int
|
||||
override val fileId: Int = 0
|
||||
) : NotOnlineImage() {
|
||||
override fun equals(other: Any?): Boolean {
|
||||
if (this === other) return true
|
||||
|
Loading…
Reference in New Issue
Block a user