list_bot_response.go 91 B

12345
  1. package msg_list_bot
  2. type ListBotResponse struct {
  3. ListBot_ []string `json:"list_bot"`
  4. }