MadelineProto/old_docs/API_docs_v44/constructors/foundGif.md
2017-07-23 16:11:02 +02:00

609 B

title description
foundGif foundGif attributes, type and example

Constructor: foundGif

Back to constructors index

Attributes:

Name Type Required
webpage WebPage Yes

Type: FoundGif

Example:

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

PWRTelegram json-encoded version:

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

Or, if you're into Lua:

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