CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2015
    Posts
    1

    Sending telegram messages from VB.net

    Hi,

    I would like to send messages to the phone of our employees, from our ERP (developed by ourselves in visual studio 2008), through Telegram application. I've been searching a lot in internet and I found anything useful for me. I see there is an API available, but I don't know how to use it in VS2008. Can you help me, please?

    If you know any application that can send messages for me using in batch mode, it would be useful as well.

    Thank you very much!

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: Sending telegram messages from VB.net

    How about Using Telegram API?
    Victor Nijegorodov

  3. #3
    Join Date
    Apr 2015
    Posts
    1

    Re: Sending telegram messages from VB.net

    Quote Originally Posted by jaume View Post
    Hi,

    I would like to send messages to the phone of our employees, from our ERP (developed by ourselves in visual studio 2008), through Telegram application. I've been searching a lot in internet and I found anything useful for me. I see there is an API available, but I don't know how to use it in VS2008. Can you help me, please?

    If you know any application that can send messages for me using in batch mode, it would be useful as well.

    Thank you very much!
    Telegram API is really hard to understnad and implement, but you can try Notificatio(http://landing.notificatio.me) REST API, to send telegram messages from Vb.net.

    Also it have C# library, as nuget package
    Code:
    PM> Install-Package Notificatio.TelegramClient

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured