We have an application in which new things are sending via SMS. We want to send new contents via telegram to users too. I'v red Telegram API but I couldn't find PHP sample codes there.
We prefer to send messages PRIVATELY not via a bot or something else.
Same question here
UPDATE : We finally decided to use Bot API instead of writing client Application. Because of the complexity behind Telegram API protocol !