tg/action.go
2023-10-22 20:41:01 +03:00

13 lines
199 B
Go

package tg
import (
//"reflect"
)
// The argument for handling in channenl behaviours.
type ChannelContext struct {
}
type CC = ChannelContext
type ChannelAction struct {
Act (*ChannelContext)
}