Skip to content

Commit

Permalink
feat: WithDateTime
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Feb 27, 2022
1 parent f6f8ac1 commit 11c6ad0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/kotlin/xyz/cssxsh/bilibili/data/Dynamic.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ sealed interface DynamicCard : Entry, WithDateTime {
val display: DynamicDisplay?
val profile: UserProfile

override val datetime: OffsetDateTime

var decode: Any?

fun images(): List<String> = when (detail.type) {
Expand Down

0 comments on commit 11c6ad0

Please sign in to comment.