Telegram Missing [Polls, forward Messages, new invite funcations]

as i see the current Node of telegram does not support posting Telegram Polls or forwarding messages or including the new update of functions that include the invite system for bots.

Here’s the Docs for the Poll: Poll

For Poll i made a manual solution by creating HTTP request:

Request: get
URL: https://api.telegram.org/bot[TOKEN]/sendPoll
Required Parameters:

  • chat_id | -15XXXXXXXXXXXX
  • Question " Example: Please vote for this poll
  • Options | Example = [“VOTE 1”, “VOTE2”]
    below is only required to make call. Extra parameters in link of first comment↓

For later reference

1 Like

Thanks!!, also there’s new updates for the API of telegram:

Now people can create invites, send invites, generate invites using TG API of Bots.