Recent

Author Topic: Small example Telegram Bot  (Read 5603 times)

mstrVLT

  • Newbie
  • Posts: 1
Small example Telegram Bot
« on: August 12, 2016, 09:28:34 pm »
PreAlpha example Telegram Bot
https://github.com/MstrVLT/TGBotLazarus/
I would be happy if someone else helped with the development of the Telegram Bot
« Last Edit: August 26, 2016, 11:28:08 am by mstrVLT »

Thaddy

  • Hero Member
  • *****
  • Posts: 14210
  • Probably until I exterminate Putin.
Re: Small example Telegram Bot
« Reply #1 on: August 13, 2016, 07:05:37 am »
Code: Pascal  [Select][+][-]
  1. constructor TTelegramObj.Create(JSONObject: TJSONObject);
  2. begin
  3.   // you forgot to add inherited here?
  4.  inherited;
  5.  fJSON := JSONObject.Clone as TJSONObject;
  6.  end;
  7.  
I would be happy to help. Experienced in protocols, threading and security.
« Last Edit: August 13, 2016, 07:12:42 am by Thaddy »
Specialize a type, not a var.

Renat.Su

  • Full Member
  • ***
  • Posts: 230
    • Renat.Su
Re: Small example Telegram Bot
« Reply #2 on: November 07, 2017, 04:29:32 pm »
I will continue to develop classes for Telegram API for themselves. If someone wants to join, write.

 

TinyPortal © 2005-2018