ActivityType
Activity type enum.
enum ActivityType {
  TEXT
  ANIME_LIST
  MANGA_LIST
  MESSAGE
  MEDIA_LIST
}
Values
ActivityType.TEXT
A text activity
ActivityType.ANIME_LIST
A anime list update activity
ActivityType.MANGA_LIST
A manga list update activity
ActivityType.MESSAGE
A text message activity sent to another user
ActivityType.MEDIA_LIST
Anime & Manga list update, only used in query arguments
Member Of
Activity query ● ListActivity object ● MessageActivity object ● TextActivity object