MadelineProtoDocs/old_docs/API_docs_v44/constructors/foundGif.md
2019-12-27 17:48:04 +01:00

597 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];

Or, if you're into Lua:

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