All Projects → dieletro → tinjecttelegram_delphi

dieletro / tinjecttelegram_delphi

Licence: GPL-3.0 License
LMCODE

Programming Languages

pascal
1382 projects

Projects that are alternatives of or similar to tinjecttelegram delphi

tdlight-telegram-bot-api
The TDLight Telegram Bot API is an actively enhanced fork of the original Bot API, featuring experimental user support, proxies, unlimited files size, and more.
Stars: ✭ 71 (+91.89%)
Mutual labels:  telegram-bot, telegram-bots, telegram-bot-api, telegrambot
grouphelperbot
A Telegram Bot made to help group admins, with Italian/English support.
Stars: ✭ 26 (-29.73%)
Mutual labels:  telegram-bot, telegram-bots, telegram-bot-api
telegram
📚 Golang bindings for Telegram API
Stars: ✭ 15 (-59.46%)
Mutual labels:  telegram-bot, telegram-bots, telegram-bot-api
FreeSteamGames-TelegramBot
A Telegram Bot that sends you a message when a game on steam is free
Stars: ✭ 35 (-5.41%)
Mutual labels:  telegram-bot, telegram-bots, telegrambot
joinhider bot
Telegram bot to delete user joined messages
Stars: ✭ 20 (-45.95%)
Mutual labels:  telegram-bot, telegram-bots, telegrambot
echotron
An elegant and concurrent library for Telegram bots in Go.
Stars: ✭ 95 (+156.76%)
Mutual labels:  telegram-bot, telegram-bots, telegram-bot-api
tdlight-java
Complete Bot and Userbot Telegram library based on TDLib
Stars: ✭ 128 (+245.95%)
Mutual labels:  telegram-bots, telegram-bot-api, telegrambot
TrashMailClient-TelegramBot
A Telegram Bot allows you to quickly create a trashmail and automatically confirm mails
Stars: ✭ 40 (+8.11%)
Mutual labels:  telegram-bot, telegram-bots, telegrambot
RPi-TELEBOT
Python based Telegram bot to monitor and control the raspberry pi
Stars: ✭ 19 (-48.65%)
Mutual labels:  telegram-bot, telegram-bots, telegram-bot-api
nosticker bot
Bot that fights telegram stickers
Stars: ✭ 18 (-51.35%)
Mutual labels:  telegram-bot, telegram-bots, telegrambot
Truecaller-Smsbomber telegram bot
Telegram bot which has truecaller and smsbomber features
Stars: ✭ 30 (-18.92%)
Mutual labels:  telegram-bot, telegram-bot-api
fp-telegram
Wrapper classes library for telegram bots API (FreePascal)
Stars: ✭ 59 (+59.46%)
Mutual labels:  telegram-bot, telegram-bot-api
File-Sharing-Bot
Telegram Bot to store Posts and Documents and it can Access by Special Links.
Stars: ✭ 867 (+2243.24%)
Mutual labels:  telegram-bot, telegram-bot-api
Telegram-PHP-App
App base for Telegram bots
Stars: ✭ 14 (-62.16%)
Mutual labels:  telegram-bot, telegram-bots
Triton
GitHub notifications tracker for Telegram. Pushes GitHub notifications to Telegram.
Stars: ✭ 12 (-67.57%)
Mutual labels:  telegram-bot, telegram-bots
telegram-bot-api-worker
Take an alternate route to Telegram Bot API :)
Stars: ✭ 75 (+102.7%)
Mutual labels:  telegram-bot, telegram-bot-api
telegram-stepfunctions-bot
Serverless Telegram bot made on 4 AWS Lambda chained by AWS Step Functions. All of this written on Serverless Framework using plugins.
Stars: ✭ 26 (-29.73%)
Mutual labels:  telegram-bot, telegram-bot-api
TelegramBot
A genuine Perl 6 client for Telegram Bot API
Stars: ✭ 24 (-35.14%)
Mutual labels:  telegram-bot, telegram-bot-api
telegram client
library for help you make userbot or bot telegram and support tdlib telegram database and only support nodejs dart and google-apps-script
Stars: ✭ 38 (+2.7%)
Mutual labels:  telegram-bot, telegram-bot-api
FallenMusic
A Super Fast and Powerful Telegram bot for streaming music on telegram videochats, Powered by PyTgCalls and Pyrogram
Stars: ✭ 30 (-18.92%)
Mutual labels:  telegram-bot, telegrambot

IMG_Logo_TInjectTelegram_s_Fundo

This Component was Created by ITDevCon in an open source collaborative project, developed by Ruan Diego Lacerda Menezes for use and consumption of the Official Telegram Bot API via Delphi

Help maintain this project, follow the Links for donations


Donation via PAYPAL

Use QR CODE, if you prefer, to make your donation via PAYPAL

QR CodeDoacoesTInjectTelegram

Donation via Mercado Pago

TInjectTelegram for Delphi

To get the latest updates, go here

Suport Groups for developers:

TInjectTelegram UPDATES for Delphi by (dieletro) LMCODE


  • Component version 1.3.6
  • Updated for the latest version of the Telegram Bot API, version 5.4 of Nevember 05, 2021.
  • Component version 1.3.5
  • Updated for the latest version of the Telegram Bot API, version 5.3 2021.
  • Component version 1.3.4
  • Updated for the latest version of the Telegram Bot API, version 5.2 2021.
  • Component version 1.3.3
  • Updated for the latest version of the Telegram Bot API, version 5.1 of March 09, 2021.
  • Component version 1.3.0
  • New design for the component and a general restructuring has been carried out, so this new component will no longer have conflicts with other installed versions.
  • Component version 1.2.0
  • Updated for the latest version of the Telegram API, version 5.0 of November 24, 2020.

Run Your Own Bot API Server

  • Bot API source code is now available at telegram-bot-api. You can now run your own Bot API server locally, boosting your bots' performance (check this out to see if this will benefit your project).
  • Added the method logOut, which can be used to log out from the cloud Bot API server before launching your bot locally. You must log out the bot before running it locally, otherwise there is no guarantee that the bot will receive all updates.
  • Added the method close, which can be used to close the bot instance before moving it from one local server to another.

Transfer Bot Ownnership

  • You can now use @BotFather to transfer your existing bots to another Telegram account.

Working with Groups

  • add in ItgChat and TtgChat function LinkedChatId: Integer; function location: ItgChatLocation; function SlowModeDelay: Integer; function Permissions: ItgChatPermissions; function Bio: String;
  • Now the method getChat result this more two new property
  • New Interfaces and Objects ItgChatLocation e TtgChatLocation ItgChatPermissions e TtgChatPermissions
  • add unbanChatMember only_if_banned Boolean Optional (Do nothing if the user is not banned)

Webhooks

  • add param in method SetWebHook const IpAddress: String; const DropPendingUpdates: Boolean;
  • add param in method DeleteWebhook const DropPendingUpdates: Boolean;
  • add property in ItgWebhookInfo e TtgWebhookInfo function IpAddress: String;

Other updates

  • add property in ItgFile and TtgFile function FileUniqueId: string;
  • add property in ItgAudio and TtgAudio function Thumb: ItgPhotoSize; function FileName: string;
  • add property in ItgVideo and TtgVideo function FileName: string;

Multiple Pinned Messages

  • Added the ability to pin messages in private chats.
  • Added the parameter MessageId to the method function UnPinChatMessage( const ChatId: TtgUserLink; const MessageId: Int64): Boolean; to allow unpinning of the specific pinned message.
  • Added the method function UnPinAllChatMessages(const ChatId: TtgUserLink): Boolean; which can be used to unpin all pinned messages in a chat.

File Albums

  • Added support for sending and receiving audio and document albums in the method sendMediaGroup.

Live Locations

  • Added the fields LivePeriod, HorizontalAccuracy, Heading, ProximityAlertRadius to the Interface ItgLocation and class TtgLocation, representing a maximum period for which the live location can be updated.
  • Added support for live location heading: added the field heading to the classes TtgLocation, TtgInlineQueryResultLocation, TtgInputLocationMessageContent and the parameter Heading to the methods sendLocation and editMessageLiveLocation.
  • Added parameter AllowSendingWithoutReply to the sendLocation method
  • Added the interface ItgProximityAlertTriggered and type TtgProximityAlertTriggered and the field ProximityAlertTriggered to the interface ItgMessage and class TtgMessage.
  • Added in the ItgMessage Interface function SenderChat: ItgChat; function ForwardSenderName: String; function proximity_alert_triggered: ItgProximityAlertTriggered;

Anonymous Admins

  • Added the field SenderChat to the class TtgMessage, containing the sender of a message which is a chat (group or channel). For backward compatibility in non-channel chats, the field from in such messages will contain the user 777000 for messages automatically forwarded to the discussion group and the user 1087968824 (@GroupAnonymousBot) for messages from anonymous group administrators.
  • Added the field IsAnonymous to the class TtgChatMember, which can be used to distinguish anonymous chat administrators.
  • Added the parameter IsAnonymous to the method promoteChatMember, which allows to promote anonymous chat administrators. The bot itself should have the IsAnonymous right to do this. Despite the fact that bots can have the IsAnonymous right, they will never appear as anonymous in the chat. Bots can use the right only for passing to other administrators.
  • Added the CustomTitle of an anonymous message sender to the class TtgMessage as author_signature.

And More

  • Added the method CopyMessage, which sends a copy of any message. Maximum poll question length increased to 300.
  • Added the fields google_place_id and google_place_type to the classes TtgVenue, TtgInlineQueryResultVenue, TtgInputVenueMessageContent and the optional parameters google_place_id and google_place_type to the method sendVenue to support Google Places as a venue API provider.
  • Added the field allow_sending_without_reply to the methods sendMessage, sendPhoto, sendVideo, sendAnimation, sendAudio, sendDocument, sendSticker, sendVideoNote, sendVoice, sendLocation, sendVenue, sendContact, sendPoll, sendDice, sendInvoice, sendGame, sendMediaGroup to allow sending messages not a as reply if the replied-to message has already been deleted.

And Last but bot Least

  • Supported the new football and slot machine animations for the random dice. Choose between different animations (etDado, etDardo, etBasketball, etFootball, etSlotMachine) by specifying the emoji parameter in the method sendDice.

  • Component version 1.1.0
  • Code updated for the latest version of the Telegram API, version 4.9 of June 4, 2020.
  • Added the new ViaBot field to the TtgMessage object. You can now find out which bot was used to send a message.
  • Video thumbnails with support for embedded GIF and MPEG4 animations.
  • Support for new basketball animation for random data. Choose between different animations (etData, etDardos, etBasquete), specifying the emoji parameter in the sendDice method.
  • Added Telegram Passport.
  • Reading of Invoice, Dice, Poll, PassportData, in the TtgMessage object

  • Component version 1.0.0
  • Updated code for the latest version of the Telegram API, version 4.8 of April 24, 2020.
  • Name of the Modified Objects.
  • Created New Methods to be able to convert different types of array of string to JSonString
  • Added new Objects in accordance with the API
  • Bug fixes in several methods
  • Update features from version 3.5.5 to 4.8
  • Added the SendPool function (Sending Polls and Quiz).
  • Added the function SendDice (Sending a Dice or an animated Dart).
  • Fixed the SendLocation function.
  • Fixed the SendVenue function (Sending Location with Text).
  • Added the function SendAnimaion (Sending an animation).
  • Added the SendMediaGroup function (Uploading Photos and Videos Grouped).
  • Added the type TtgKeyboardButtonPollType.
  • Correction in Send Method with Buttons.
  • Added the function SendInvoice (Sending a Payment Order).

Fundo3

  • The following people contributed to this library:

Ruan Diego Lacerda Menezes (dieletro).

  1. Contacts

Aurino (Collaborator of Unit TInjectTelegram.Emoji)


  • Contributed up to API Bot 3.0 May 18, 2017

Renat Suleymanov (Al-muhandis);


Bonmario;


@ashumkin (Alexey Shumkin);


Ilya Bukhonin (MstrVLT);


Daniele Spinetti (spinettaro);


CrossUrl

Library to use end user network libraries.

Installation and other information see:

[wiki-page] https://github.com/ms301/CrossUrl/wiki [github] https://github.com/ms301/CrossUrl

To use it is necessary to have CrossURL installed, available at:

[github] https://github.com/ms301/CrossUrl

To use Telegram's TDLib API see my other projects with usage examples and are also available on Telegram's official website!

**click in exemples for see more... Usage , or access my direct link to the examples * See my TDLib examples for use with Object Pascal

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].