Skip to content

Instantly share code, notes, and snippets.

View tjambeiro's full-sized avatar

Thiago Jambeiro tjambeiro

  • Stefanini
  • São Paulo
View GitHub Profile
@tjambeiro
tjambeiro / Main.java
Created May 20, 2019 00:17 — forked from rubenlagus/Main.java
Example of sending a SendMessage method using Telegram API with ReplyMarkupKeyboard
package org.telegram.example.SendMessage;
import org.apache.http.NameValuePair;
import org.apache.http.client.entity.UrlEncodedFormEntity;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.message.BasicNameValuePair;
import org.json.JSONArray;
import org.json.JSONObject;
import java.io.IOException;