mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 01:26:56 +01:00
587 B
587 B
title | description |
---|---|
ok | Object of this type returns on successful function call for some functions |
Constructor: ok
Object of this type returns on successful function call for some functions
Attributes:
Name | Type | Required | Description |
---|
Type: Ok
Example:
$ok = ['_' => 'ok'];
PWRTelegram json-encoded version:
{"_": "ok"}
Or, if you're into Lua:
ok={_='ok'}