MadelineProtoDocs/old_docs/API_docs_v44/constructors/foundGif.md
Sean 4baac3178e Add Syntax Highlight for Markdown
Add PHP, Lua language tag to Code area
2018-10-18 00:30:20 +08:00

687 B

title description image
foundGif foundGif attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: foundGif

Back to constructors index

Attributes:

Name Type Required
webpage WebPage Optional

Type: FoundGif

Example:

$foundGif = ['_' => 'foundGif', 'webpage' => WebPage];

PWRTelegram json-encoded version:

{"_": "foundGif", "webpage": WebPage}

Or, if you're into Lua:

foundGif={_='foundGif', webpage=WebPage}