mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 19:37:51 +01:00
458 B
458 B
title | description |
---|---|
inputChatEmpty | inputChatEmpty attributes, type and example |
Constructor: inputChatEmpty
Attributes:
Name | Type | Required |
---|
Type: InputChat
Example:
$inputChatEmpty = ['_' => 'inputChatEmpty', ];
Or, if you're into Lua:
inputChatEmpty={_='inputChatEmpty', }