package dto // tmPlatformAccount type ExhaustedAccountMessage struct { Id int `json:"id"` Platform string `json:"platform"` }