version: 2.1.3







statsHere

receive data from database for one chat_id, you can call this method with out any input

Parameters

type string type of chat , must be one of these : private,group,supergroup,channel Optional(Caught by catchFields method)
chat_id int user or chat id for receive data from it Optional(Caught by catchFields method)

Method errors

There is no error

Method examples

$this->statsHere(['chat_id'=>'123456789','type'=>'private']);
$this->statsHere();

Method alices

There is no alices

Method output :

array|Boolean