MadelineProtoDocs/old_docs/API_docs_v44/constructors/foundGif.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

706 B

title description image
foundGif Found gif https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: foundGif

Back to constructors index

Found gif

Attributes:

Name Type Required Description
webpage WebPage Optional Webpage

Type: FoundGif

Example:

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

PWRTelegram json-encoded version:

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

Or, if you're into Lua:

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