Vladislav Ivashnev
Vladislav Ivashnev
[Copy Messages documentation](https://core.telegram.org/bots/api#copymessages) says: > message_ids | Array of Integer But in `CopyMessages.cs` the field is of type `List` ```cs public class CopyMessages : BaseRequest{ ... // Summary: // Identifiers...
```bash sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-apps/master/server_manager/install_scripts/install_server.sh)" \ --keys-port=2222 \ --api-port=1111 ``` Result: >- Management port 1111, for TCP >- Access key port 61597, for TCP and UDP If I...
I've rented a VDS server in Finland specifically for VPN. It's running on Ubuntu 22.04.5 LTS. The list of setup commands: ```bash curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash source ~/.bashrc nvm...