640 B
640 B
title | description |
---|---|
help_appUpdate | help_appUpdate attributes, type and example |
Constructor: help_appUpdate
Attributes:
Name | Type | Required |
---|---|---|
id | int | Required |
critical | Bool | Required |
url | string | Required |
text | string | Required |
Type: help_AppUpdate
Example:
$help_appUpdate = ['_' => 'help_appUpdate', 'id' => int, 'critical' => Bool, 'url' => string, 'text' => string, ];