> For the complete documentation index, see [llms.txt](https://movile.gitbook.io/talktech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://movile.gitbook.io/talktech/master.md).

# talktech

Telegram Bot API

Funcionalidades

* Rest API
* Enviar mensagem
* Enviar e receber audio, arquivos, video, stickers
* Busca dentro de mensagens e salas de chat
* Verificar novas mensagens
  * Long polling
  * Webhook

Criação de bots

* Utilizando o app do Telegram

ou

* Telegram Web: <https://web.telegram.org>

<https://telegram.me/botfather>

Comandos.![Captura de Tela 2016-03-18 às 19.03.13.png](/files/-LH8mdzNn5Cc-BHBGp7N)

* /start
* /newbot

Criação de bots

* Selecionar nome do bot
* Token de autorização
* Bot criado e já pode ser encontrado

Documentação

Bot API + Getting Started

<https://core.telegram.org/bots/api>

Bot FAQ

<https://core.telegram.org/bots/faq>

Java Rest API Example

[www.andrewhavens.com/posts/20/beginners-guide-to-creating-a-rest-api/](http://www.andrewhavens.com/posts/20/beginners-guide-to-creating-a-rest-api/)
