Using a telegram to send a message to all my contacts. Hey, does anyone know if the telegram application has the ability to send messages to all contacts? In this case, there is no answer, and there is no such option.
You can use CLI telegrams
Have a look at all the CLI commands here: https://github.com/vysheng/tg/wiki/Telegram-CLI-Commands
to get a list of contacts there contact_list. Parsing the output, you can get single contacts.
contact_list
send messages to all of them using any command send_....
send_...
u can use both lua and python for this.
Telegram ,,messages.sendMessage # 4cde0aab peer: InputPeer: random_id: long = messages.SentMessage;: peer (user_id) random_id!!!
Source: https://habr.com/ru/post/1627790/More articles:redirect_to current_user с параметрами - ruby-on-railsHow to clear db request cache in yii2? - yii2как суммировать по многим столбцам с помощью pandas groupby? - pythonFFMPEG Наложение видео поверх другого видео - c#Ionic Cordova Push prevents iOS vibration and sound issue - javascriptIs it possible to use implicit casts created at runtime in C #? - reflectionHTML 5 webmasters with multiple arguments - javascriptUsing multer error on application launch - javascriptHow to get all CloudKit entries created by current user? - iosHow to use php curl to send push messages in Firefox - phpAll Articles