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

Link to this section Summary

Link to this section Types

@type t() :: %VRChat.Model.CreateGroupAnnouncementRequest{
  imageId: String.t() | nil,
  sendNotification: boolean() | nil,
  text: String.t() | nil,
  title: String.t()
}