gkspranger
gkspranger
we are working on a feature that would allow you to raid channels using a specific TG account (notice i did NOT say multiple accounts) .. so in theory, each...
how do you know a channel does not support media in advance, before sending it ?? are you seeing some specific error message that we might be able to capture...
to let's tease this out a little more .. imagine i have some personal state -- `app = login` .. when i am in the `login` channel and i want...
yeah, i am definitely reaching with the `my` vs `channel` settings -- and prolly best to ignore me there .. i am merely thinking of the questions i might get...
thanks for the clarification concerning underlying YB components -- it creates a more clear picture about what is happening, and what is available to me as a YB dev/ops person...
`Not sure if that channel would need to be explicitly closed when the command is done.` i was pondering the same thing @devth -- and i don't have a clear...
so a couple of ideas i have around the functionality and the implementation (
EMAIL could be a final action for a user defined dialog .. ``` # do question/answer loop here yb: Thanks for providing information related to the USER INFO questionnaire .....
i really like the idea of using pipelines .. i can see where i would create an `alias` using `ask`, pipelines, and the final "action" to create runtime dialogs .....
a hacky example at how we might add `cond` to user input ``` # || states a cond is coming # | remains a normal pipeline "forward" action, meaning it...