1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:27:48 +01:00
MadelineProto/docs/API_docs/constructors/inputMessageEntityMentionName.md

659 B

title description
inputMessageEntityMentionName inputMessageEntityMentionName attributes, type and example

Constructor: inputMessageEntityMentionName

Back to constructors index

Attributes:

Name Type Required
offset int Required
length int Required
user_id InputUser Required

Type: MessageEntity

Example:

$inputMessageEntityMentionName = ['_' => inputMessageEntityMentionName, 'offset' => int, 'length' => int, 'user_id' => InputUser, ];