939 B
939 B
title | description | image |
---|---|---|
help.userInfo | User info | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: help.userInfo
User info
Attributes:
Name | Type | Required | Description |
---|---|---|---|
message | string | Yes | Message |
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}