Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kihanb/TelegramPublicSearch

Telegram Public Post Searcher
https://github.com/kihanb/TelegramPublicSearch

Last synced: about 2 months ago
JSON representation

Telegram Public Post Searcher

Awesome Lists containing this project

README

        

# TelegramPublicSearch
A Simple Code To Search Through Public Channels in Telegram

# Usage:
TelegramPublicSearch(CHANNELID, QEURY, LIMIT)

# Example:
$result = TelegramPublicSearch('kihanb_ir','php',20);
//If Found Returns a Array of Posts (Limit to 20)
//If Not Found Returns a Empty Array