Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Middleware ¶
type Middleware interface {
Check(ctx context.Context, update *update_dto.Update) bool
}
type TypeHandler ¶
type TypeHandler uint64
const ( Message TypeHandler = 1 << iota EditedMessage ChannelPost EditedChannelPost )
Click to show internal directories.
Click to hide internal directories.