mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Added split_string to apihelper.py
Added a warning to send_message to not exceed 5000 characters per message. Changed send_message to use HTTP POST instead of GET, to stretch the maximum character limit a little more. And added build status to README for fun.
This commit is contained in:
parent
20e3f731f7
commit
f41cc8134a
@ -4,6 +4,8 @@ A Python implementation for the Telegram Bot API.
|
||||
|
||||
See [https://core.telegram.org/bots/api](https://core.telegram.org/bots/api)
|
||||
|
||||
[![Build Status](https://travis-ci.org/eternnoir/pyTelegramBotAPI.svg?branch=master)](https://travis-ci.org/eternnoir/pyTelegramBotAPI)
|
||||
|
||||
## How to install
|
||||
|
||||
Python 2 or Python 3 is required.
|
||||
|
Loading…
Reference in New Issue
Block a user