Pavel Durov Told why Bondholders do not Influence Telegram

Owning bonds does not imply any significant leverage, let alone "friendship" with bondholders. Telegram bonds are a form of debt that any investor can now buy on the secondary market, none of these investors have received any rights to use Telegram or influence its policies.

"This is inaccurate. Owning bonds doesn't imply any meaningful leverage, neither does "being friends" with someone who owns bonds. Telegram bonds are a form of debt which any investor can now buy on the secondary market; none of these investors obtain any rights in managing Telegram or affecting its policies.

A bond issuance is very different from an equity sale in which investors get voting shares, board seats etc. This is why - as I pointed out in my latest post - issuing bonds allowed Telegram to raise funds without sacrificing its independent nature."

How To Create Telegram Unlimited Filter bot

An advanced Filter Bot with nearly unlimited filters!

Support Group: @TroJanzSupport

Features

Nearly unlimited filters
Supports all type of filters
Can save button filters directly (Rose Bot Feature)
Supports multiple PM connections
And all other features of a Filter Bot :D
Deploy the bot and start adding your filters :)


Config

How to use the bot - Watch Video

1. Add bot to your group with admin rights.
2. Add your filters :)

Bot Commands 

(You need to be an admin or Auth User in order to use these commands)

Filter Commands
/add <filtername> <filtercontent> - To add your filter. You can also reply to your content with /add command.

/del <filtername> - Delete your filter.
/delall - Delete all filters from group. (Group Owner Only!)
/viewfilters - List all filters in chat.

Connection Commands
/connect groupid - Connects your group to PM. You can also simply use, /connect in groups.
/connections - Manage your connections. (only in PM)

Extras
/status - Shows current status of your bot (Auth User Only)
/id - Shows ID information
/info <userid> - Shows User Information. Also use /info as reply to some message for their details!

Credit: @PrGofficial

Voice Chats 2.0: Channels, Millions of Listeners, Recorded Chats, Admin Tools

Telegram has extended the voice chats feature to Channels with the latest update that also brings a handful of new features including recordable voice chat, raise hand mechanics, voice chat titles, among others. With the latest update, admins of Telegram Channels can now host voice chats for millions of live listeners. To start a voice chat, admins will have to:

Limitless Voice Chats

Admins of channels and public groups can now host voice chats for millions of live listeners. No matter how popular your talk gets, new people will be able to tune in. It's like public radio reinvented for the 21st century.
To start a Voice Chat, open the profile of any group or channel where you're an admin, tap (⋮) or (⋯) and select Start Voice Chat.

Recorded Chats

While some conversations are meant to be temporary, others are worth preserving and passing on. Admins can now record audio from voice chats to save talks and publish them for followers who missed the live event.

Once you finish recording, the audio file becomes instantly available in your Saved Messages. To avoid surprises, chats that are being recorded are marked with a red light next to their title.

Raise Hand

In chats where participants are muted, listeners can tap to raise their hand and alert the admins that they want to speak. Just like calling in to a talk show – but with addictive animations.

Your bio text is now visible in the list of participants, which you can use to detail your expertise, interests, or just a little bit about yourself. This info might help admins find a good slot for your questions or comments.
Speaker and Listener Links

Admins of public groups and channels can now create invite links that open the voice chat right away. Separate links can be made for speakers and listeners. This way you won't need to unmute important guests when they join – and they can use a different link to promote the upcoming chat to their communities.

Voice chats also have optional titles which help users see the topic of conversation before they join.

Join As…

When entering a voice chat in a channel, users have the option to join with their personal account or appear as one of their channels. Celebrities and public figures can use this to avoid drawing too much attention to their personal accounts.
For example, the Presidents of Brazil and Turkey could meet for a talk in Pavel Durov's Channel and answer questions from users without the risk of having their chat lists flooded with fan mail.

And More

If you choose the wrong chat by mistake when forwarding messages, press the X button before sending them – to either cancel forwarding or choose a different chat.
You can also resume playback from where you left off when listening to long voice messages. This was previously available for long videos and long audio tracks, and we thought we'd covered everything – but then our grandma signed up.

Last but not least, Android users can choose which action is assigned to swiping left in the chat list: archiving chats, pinning, muting, deleting or marking them as read. (On iOS, all these swipe actions are always available, depending on which way you swipe.)

And that's it for today, stay tuned for the next update!

Confirmation message for cancelling forward

A confirmation message is shown for cancelling a forwarding message. The popup has actions to Cancel the forward or Select other chat

How To Make Telegram Automated Filter Bot V2 | Unlimited Filters & Channels

You can call this as an Auto Filter Bot if you like :D. Bot simply search for the files from provided channel according to given query and gives link to those files as buttons!
Any Bugs or Errors or Suggestions, Report: @TroJanzSupport
REPO: https://github.com/TroJanzHEX/Auto-Filter-Bot-V2

How to use the bot

  • Add bot to your group with admin rights.
  • Add bot to all channels which you want to link with all admin rights!

Bot Commands - Works in Group only

(You need to be a Auth User in order to use these commands)
  • /add channelid - Links channel to your group. or /add @channelusername - Links channel to your group.
  • /del channelid - Delinks channel from group or /del @channelusername - Delinks channel from group
NOTE : You can get connected channel details by /filterstats
  • /filterstats - Check connected channels and number of filters.
  • /delall - Removes all connected channels and filters from group!

Deploy in your vps

git clone https://github.com/TroJanzHEX/Auto-Filter-Bot 
cd Auto-Filter-Bot -V2
pip3 install -r requirements.txt 
# <Create config.py appropriately> 
python3 main.py

Configs

APP_ID & API_HASH - my.telegram.org
AUTH_USERS: @MissRose_bot
DATABASE_NAME: Cluster0
DATABASE_URI: https://cloud.mongodb.com/
DOC_SEARCH: Should bot search for document files ( Give 'yes' or 'no' )
MUSIC_SEARCH: Should bot search for music files ( Give 'yes' or 'no' )
TG_BOT_TOKEN - @BotFather
TG_USER_SESSION - https://tgsession.infotelbot.com/
VID_SEARCH: Should bot search for video files ( Give 'yes' or 'no' )
MAINCHANNEL_ID - @ChannelIDHEXbot

Credits


How To Make Telegram Automated Filter Bot | Unlimited Filters

You can call this as an Auto Filter Bot if you like :D. Bot simply search for the files from provided channel according to given query and gives link to those files as buttons!
Any Bugs or Errors or Suggestions, Report: @TroJanzSupport

NOTE : If the channel is not created by the user whose string is generated, add that user to your channel

How to use the bot

  1. Add user account to your channel !
  2. Add bot to group with admin rights.
  3. Deploy the bot.
  4. Once deployed and bot is started, send a message to channel (must do step)
  5. Bot will work now :)

Deploy in your vps

git clone https://github.com/TroJanzHEX/Auto-Filter-Bot 
cd Auto-Filter-Bot 
pip3 install -r requirements.txt 
# <Create config.py appropriately> 
python3 main.py

Configs

APP_ID  & API_HASH - my.telegram.org
MAINCHANNEL_ID - @ChannelIDHEXbot

Credits : https://github.com/pyrogram/pyrogram

Telegram users distribution by region

Telegram provided user distribution by region in their financial report.

The data:
  • Asia – 38%
  • Europe – 26%
  • Middle East – 17%
  • North and South America – 12%
  • Africa – 7%
According to previous data from Pavel Durov, 11% of active users are from India and 7% are from Russia.
India is 8% of signups and 11% of monthly users on Telegram. No other country is bigger on Telegram than India, which is logical given it is the largest free country in terms of population. - Durov

DON'T MISS

beta, news, bot, features, bot, tutorial, Userbot, telegram
© All Rights Reserved
Made With By InFoTel