PendingSuggestion

class pyrogram.raw.types.PendingSuggestion

Represents a custom pending suggestion ».

Constructor of PendingSuggestion.

Details:
  • Layer: 222

  • ID: E7E82E12

Parameters:
  • suggestion (str) – The suggestion ID, can be passed to help.dismissSuggestion.

  • title (TextWithEntities) – Title of the suggestion.

  • description (TextWithEntities) – Body of the suggestion.

  • url (str) – URL to open when the user clicks on the suggestion.