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

Link to this section Summary

Link to this section Types

@type t() :: %VRChat.Model.LimitedUser{
  bio: String.t() | nil,
  currentAvatarImageUrl: String.t(),
  currentAvatarThumbnailImageUrl: String.t(),
  developerType: VRChat.Model.DeveloperType.t(),
  displayName: String.t(),
  fallbackAvatar: String.t(),
  friendKey: String.t() | nil,
  id: String.t(),
  isFriend: boolean(),
  last_platform: String.t(),
  location: String.t() | nil,
  profilePicOverride: String.t(),
  status: VRChat.Model.UserStatus.t(),
  statusDescription: String.t(),
  tags: [String.t()],
  userIcon: String.t(),
  username: String.t() | nil
}