This website requires JavaScript.
Explore
Help
Sign In
danog
/
MadelineProto
Watch
2
Star
2
Fork
0
You've already forked MadelineProto
Code
Issues
Pull Requests
Releases
Wiki
Activity
d5f02639d8
MadelineProto
/
docs
/
API_docs
/
constructors
/
chatEmpty.md
Daniil Gentili
d2d54398c4
Fixed update handling, now usernames or bot api ids can be passed as parameters instead of Peer, inputPeer, Channel, User (and other) objects, fixed bugs and typos.
2016-12-30 16:32:25 +01:00
392 B
Raw
Blame
History
title
description
chatEmpty
chatEmpty attributes, type and example
Constructor: chatEmpty
Back to constructors index
Attributes:
Name
Type
Required
id
int
Required
Type:
Chat
Example:
$chatEmpty = ['_' => chatEmpty, 'id' => int, ];