Skip to content

Commit

Permalink
Merge pull request #94 from RenCurs/transport-action
Browse files Browse the repository at this point in the history
add mg transport action
  • Loading branch information
Neur0toxine authored Dec 4, 2024
2 parents 904796f + 3186470 commit d101ddb
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 d101ddb

Please sign in to comment.