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

Link to this section Summary

Link to this section Types

@type t() :: %VRChat.Model.InviteMessage{
  canBeUpdated: boolean(),
  id: String.t(),
  message: String.t(),
  messageType: VRChat.Model.InviteMessageType.t(),
  remainingCooldownMinutes: integer(),
  slot: integer(),
  updatedAt: DateTime.t()
}