10206
This group is for questions, answers and discussions around the python-telegram-bot library. Off-topic group: @pythontelegrambottalk | Website: https://python-telegram-bot.org
Question, does PicklePersistence create the file for storing the persisted data by default as mine doesn't seem to want to. I'm storing items in context.bot_data but it's not populating/creating the persistence files as it appears it should do
Читать полностью…
Wiki Category Notable Features: Advanced Filters
Читать полностью…
Can't we have more than one messageHandler in PTB? For example, if two messageHandlers both receive text content, how do I determine if a text belongs to the second handler?
Читать полностью…
Idk tbh, never observed it
I made a genuine interactive calendar for my bot once
If there are any embedded options, I'd like to take a look
Ack cool. The repo has quite some related issues I think. I do not like to follow all activity (all PR/Issues) haha 😁.
Читать полностью…
What is the best issue/page/way to follow updates on Rich Text support on PTB? 😊
Читать полностью…
A fancy and friendly experience for users might be a selectable calendar implementation, e.g. a 7x5 button mesh for days (with blanks in the end, depending on the month displayed) and "<-" "->" buttons below for month and year
Yeah, takes more effort to implement, but seems to be more pleasant for users and practically eliminates an issue with different formats
Simply ask for
dd.mm.YYYY format
i think it's simple enough to understand
and handle slash,dot,comma,strike delimiters too
Hey. Please provide a minimal working example (MWE). Please follow these instructions on how to write a Minimal Working Example (MWE).
Читать полностью…
Can someone help me create a sales and marketing bot similar to this one?
@GuruPromoBetaBot
I think that depends on the underlying implementation side. But I think Telegram servers take null as "nothing set".
Читать полностью…
Default of PTB or default of Telegram (handled by their server).
Читать полностью…
Wiki of python-telegram-bot - Category Must read
Tutorial: Your first bot
https://pastebin.com/17cusBwD Pastebin of the code in question
Читать полностью…
Hey. In order for someone to be able to help you, you must ask a good technical question. Please read this short article and try again ;)
Читать полностью…
Can u share the source code if u don't mind? maybe it will inspire us
Читать полностью…
Don't we have checklists or native calendar support for bots from Telegram API ?
Читать полностью…
i guess the best way is @pythontelegrambotchannel
or if you want to see the daily progress you can look at the official repo
Wiki of python-telegram-bot - Category Must read
Tutorial: Your first bot
click buttons to enter date and maybe timezone
Читать полностью…
Hello guys, could you please tell me what are the best methods of getting a DATE from user in telegram-bot?
I can think of telling the user an strict format to type the date in that format for me, but I look for some easier experience for my user, any Idea?
footnote: It's just a bot, not a webapp.
footnote2: If your users were from different countries with different calendars, then how do you handle that??
No need for meta questions. Just ask! 🤗"Has anyone done .. before?" Probably. Just ask your question and somebody will help!
Читать полностью…
What I mean is, when the request is sent, is it sent as Null, or is nothing written at all?
Читать полностью…
Are parameters not included in method calls reflected in the JSON?
get_updates()
if I dont set limit param.
and What will the json send to Telegram API.
Is it included limit param ?