Skip to content

Commit

Permalink
add mg transport action
Browse files Browse the repository at this point in the history
  • Loading branch information
RenCurs committed Dec 4, 2024
1 parent 904796f commit 3186470
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -1261,8 +1261,9 @@ type MgTransport struct {
}

type MgTransportActions struct {
Visits string `json:"visits,omitempty"`
Online string `json:"online,omitempty"`
Visits string `json:"visits,omitempty"`
Online string `json:"online,omitempty"`
ManualTemplatesSync string `json:"manualTemplatesSync,omitempty"`
}

// MgBot type.
Expand Down

0 comments on commit 3186470

Please sign in to comment.