MadelineProtoDocs/old_docs/API_docs_v44/constructors/foundGif.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

684 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}