2026-08-13 08:47:14 +03:00
|
|
|
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
|
|
|
|
|
|
package models
|
|
|
|
|
|
|
|
|
|
import "encoding/json"
|
|
|
|
|
|
2026-08-26 18:30:28 +03:00
|
|
|
type BatchUpdatePlayersItem struct {
|
2026-08-13 08:47:14 +03:00
|
|
|
Data json.RawMessage `json:"data,omitempty"`
|
|
|
|
|
Nickname string `json:"nickname,omitempty"`
|
2026-08-26 18:30:28 +03:00
|
|
|
PlayerID string `json:"playerId,omitempty"`
|
2026-08-13 08:47:14 +03:00
|
|
|
}
|