1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-11 21:19:36 +01:00
MadelineProto/docs/API_docs/constructors/messageActionChatCreate.md
2016-12-19 20:35:27 +03:00

421 B

Constructor: messageActionChatCreate

Attributes:

Name Type Required
title string Required
users Array of int Required

Type:

MessageAction

Example:

$messageActionChatCreate = ['_' => messageActionChatCreate', 'title' => string, 'users' => [Vector t], ];