MadelineProtoDocs/old_docs/API_docs_v9/constructors/foundGif.md
2020-06-16 17:50:25 +02:00

589 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

Type: FoundGif

Example:

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

Or, if you're into Lua:

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