MadelineProtoDocs/docs/API_docs/constructors/help.userInfo.md

1.0 KiB

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

Back to constructors index

Internal use

Attributes:

Name Type Required Description
message string Yes Info
entities Array of MessageEntity Yes Message entities for styled text
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}