VRChat.Model.CreateGroupAnnouncementRequest (vrchat v1.20.0)

View Source

Summary

Types

t()

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

Functions

decode(value)