View Source VRChat.Model.GroupAnnouncement (vrchat v1.11.1)

Link to this section Summary

Link to this section Types

@type t() :: %VRChat.Model.GroupAnnouncement{
  authorId: String.t() | nil,
  createdAt: DateTime.t() | nil,
  groupId: String.t() | nil,
  id: String.t() | nil,
  imageId: String.t() | nil,
  imageUrl: String.t() | nil,
  text: String.t() | nil,
  title: String.t() | nil,
  updatedAt: DateTime.t() | nil
}