Hethon

Results 6 issues of Hethon

### A small bug on postgrespersistence.py ### Steps to reproduce 1. run this code ``` def set_data(update, context): context.user_data["123"] = "string_key" context.user_data[123] = "integer_key" update.message.reply_text("Data added!") def get_data(update, context): update.message.reply_text(f"user_data:...

bug :bug:

I am building a project that have the same structure as this one and I am not sure where to add my custom styles(css) ? Can you give me some...

### Steps to Reproduce 1. Doc for [switch_inline_query](https://docs.python-telegram-bot.org/en/stable/telegram.inlinekeyboardbutton.html#telegram.InlineKeyboardButton.params.switch_inline_query) ### Expected behaviour ``` switch_inline_query (:obj:`str`, optional): If set, pressing the button will prompt the user to select one of their chats...

bug :bug:

I am basically looking for the `VersionedTransaction` equivalent of `solders.transaction.Transaction.new_unsigned()`

I am working on a project that involves counting the number of users who joined my channel using a specific invite link. On my first attempt to join the channel...

I was using ClearKey DRM to protect my content, then I discovered ClearKey DRM is not supported on iOS devices so I decided to fallback to using encrypted HLS whenever...