1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 05:56:55 +01:00
MadelineProto/docs/TD_docs/constructors/inputMessageVenue.md

641 B

title description
inputMessageVenue Message with information about venue

Constructor: inputMessageVenue

Back to constructors index

Message with information about venue

Attributes:

Name Type Required Description
venue venue Yes Venue to send

Type: InputMessageContent

Example:

$inputMessageVenue = ['_' => 'inputMessageVenue', 'venue' => venue, ];

Or, if you're into Lua:

inputMessageVenue={_='inputMessageVenue', venue=venue, }