- Create your bot with botfather
- Make you bot an admin of your channel
Go to Telegram web and open a channel, get the ID from -[channel id] from hash in the path
https://web.telegram.org/k/#-9999999999999
| // Does not work on iOS 14.0 or later, keeping the gist just for reference. | |
| extension UITabBar { | |
| override open func sizeThatFits(size: CGSize) -> CGSize { | |
| super.sizeThatFits(size) | |
| var sizeThatFits = super.sizeThatFits(size) | |
| sizeThatFits.height = 71 | |
| return sizeThatFits | |
| } | |
| } |
| #!/usr/bin/env bash | |
| rm -rf "${HOME}/Library/Caches/CocoaPods" | |
| rm -rf "`pwd`/Pods/" | |
| pod update |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"