PHP Class seregazhuk\PinterestBot\Api\Providers\Conversations

Inheritance: extends Provider
Afficher le fichier Open project: seregazhuk/php-pinterest-bot Class Usage Examples

Protected Properties

Свойство Type Description
$loginRequiredFor array

Méthodes publiques

Méthode Description
last ( ) : array | boolean Get last user conversations.
sendEmail ( array | string $emails, string $text, integer | null $pinId = null ) : boolean Send email.
sendMessage ( array | string $userIds, string $text, integer | null $pinId = null ) : boolean Send message to a user.

Method Details

last() public méthode

Get last user conversations.
public last ( ) : array | boolean
Résultat array | boolean

sendEmail() public méthode

Send email.
public sendEmail ( array | string $emails, string $text, integer | null $pinId = null ) : boolean
$emails array | string
$text string
$pinId integer | null
Résultat boolean

sendMessage() public méthode

Send message to a user.
public sendMessage ( array | string $userIds, string $text, integer | null $pinId = null ) : boolean
$userIds array | string
$text string
$pinId integer | null
Résultat boolean

Property Details

$loginRequiredFor protected_oe property

protected array $loginRequiredFor
Résultat array