lorrod
lorrod
Please change input argument in file: `/telethon/client/chats.py", line 1279` **Code that causes the issue** ```python if helpers._entity_type(entity) == helpers._EntityType.CHANNEL: participant = await self(_tl.fn.channels.GetParticipant( entity, user )) return _custom.ParticipantPermissions(participant.participant, False) elif...
Telegram has a functionality of admin approve required invite link. We just need to add a bool variable ```request_needed``` to class ExportChatInviteRequest Doc: https://core.telegram.org/method/messages.exportChatInvite
Hi, I use this docker registry UI and I have an issue when configured it with option secured option (REGISTRY_SECURED=true) My registry is secured by gitlab auth mechanism. ## Bug...
Hello! Could you please help to solve the issue with getting environment variable? I have tried to access via: ``` process.env.VARIABLE_NAME ``` but it seems that webpack is not configured...
### Please confirm if feature request does NOT exist already ? - [X] I confirm there is no existing issue for this ### Describe the usecase for the feature When...
### Please confirm that the bug report does ***not*** already exist - [X] I confirm there is no existing issue for this bug. ### Steps to reproduce With release 0.255.0...
I'm encountering an error using the Go relayer to query balance on **cosmoshub** (both mainnet and testnet). The same command works fine for **osmosis**. #### ๐งช What I did I...