telego icon indicating copy to clipboard operation
telego copied to clipboard

Telego is a comprehensive Golang (go) library for creating and managing telegram bots. Telego aims to crate a simple and efficient environment for development. With Telego, just write the logic and le...

Results 3 telego issues
Sort by recently updated
recently updated
newest added

Latest Major release in Bot APIs reports this: ``` Block Quotation Added support for “blockquote” entities in received messages. Added support for “blockquote” entity parsing in “MarkdownV2” and “HTML” parse...

Telegram Bot APIs reports in the latest major release this: ``` Added the class [LinkPreviewOptions](https://core.telegram.org/bots/api#linkpreviewoptions) and replaced the parameter disable_web_page_preview with link_preview_options in the methods [sendMessage](https://core.telegram.org/bots/api#sendmessage) and [editMessageText](https://core.telegram.org/bots/api#editmessagetext). Replaced the...