PHP Класс Larabros\Elogram\Repositories\TagsRepository

Автор: Hassan Khan ([email protected])
Наследование: extends AbstractRepository
Показать файл Открыть проект

Открытые методы

Метод Описание
get ( string $tag ) : Response Get information about a tag object.
getRecentMedia ( string $tag, integer | null $count = null, string | null $minTagId = null, string | null $maxTagId = null ) : Response Get a list of recently tagged media.
search ( string $tag ) : Response Search for tags by name.

Описание методов

get() публичный Метод

Get information about a tag object.
public get ( string $tag ) : Response
$tag string Name of the tag
Результат Larabros\Elogram\Http\Response

getRecentMedia() публичный Метод

Get a list of recently tagged media.
public getRecentMedia ( string $tag, integer | null $count = null, string | null $minTagId = null, string | null $maxTagId = null ) : Response
$tag string Name of the tag
$count integer | null Count of tagged media to return
$minTagId string | null Return media before this min_tag_id
$maxTagId string | null Return media after this max_tag_id
Результат Larabros\Elogram\Http\Response