github.com/tada-team/tdproto@v1.51.57/tdapi/background_action.go (about) 1 package tdapi 2 3 import "github.com/tada-team/tdproto" 4 5 // Background action (for example: Excel import) information 6 type BackgroundAction struct { 7 // Action uid 8 Action string `json:"action"` 9 10 // ActionType ... 11 ActionType tdproto.ActionType `json:"action_type,omitempty"` 12 }