998 B
998 B
title | description | image | redirect_from |
---|---|---|---|
help.userInfo | Internal use | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/help_userInfo.html |
Constructor: help.userInfo
Internal use
Attributes:
Name | Type | Required | Description |
---|---|---|---|
message | string | Yes | Info |
entities | Array of MessageEntity | Yes | Entities |
author | string | Yes | Author |
date | int | Yes | Date |
Type: help.UserInfo
Example:
$help.userInfo = ['_' => 'help.userInfo', 'message' => 'string', 'entities' => [MessageEntity, MessageEntity], 'author' => 'string', 'date' => int];
Or, if you're into Lua:
help.userInfo={_='help.userInfo', message='string', entities={MessageEntity}, author='string', date=int}