Constructor: pendingSuggestion
Attributes:
Name | Type | Required |
---|---|---|
suggestion | string | Yes |
title | TextWithEntities | Yes |
description | TextWithEntities | Yes |
url | string | Yes |
Type: PendingSuggestion
Example:
$pendingSuggestion = ['_' => 'pendingSuggestion', 'suggestion' => 'string', 'title' => TextWithEntities, 'description' => TextWithEntities, 'url' => 'string'];