Merge pull request #94 from RenCurs/transport-action

add mg transport action
This commit is contained in:
Pavel 2024-12-04 10:32:34 +03:00 committed by GitHub
commit d101ddb097
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.