Neo Action

Results 3 comments of Neo Action

FROM alpine:latest RUN apk add --no-cache mysql-client \ tzdata && \ cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime &&\ echo "Asia/Shanghai" > /etc/timezone &&\ apk del tzdata ENTRYPOINT ["crond", "-f"]

I want to determine whether it's from a group or a private chat to respond. I want to use middleware to filter the conditions. So the above method cannot be...

i want like this: // filter for: any text message from anywhere bot.Handle(filter.OnAnyText, yourHandlerFunc) // filter for: only supergroup and any text message bot.Handle(filter.OnAnyText, yourHandlerFunc,filter.OnlySupergroup) // filter for: only (supergroup...