tg/action.go

14 lines
199 B
Go
Raw Normal View History

2023-08-19 09:12:26 +03:00
package tg
2023-07-09 01:28:59 +03:00
import (
//"reflect"
)
2023-08-13 15:37:36 +03:00
// The argument for handling in channenl behaviours.
type ChannelContext struct {
2023-08-13 15:37:36 +03:00
}
type CC = ChannelContext
2023-08-13 15:37:36 +03:00
type ChannelAction struct {
Act (*ChannelContext)
}