This website requires JavaScript.
Explore
Help
Sign In
danog
/
MadelineProto
Watch
1
Star
0
Fork
0
You've already forked MadelineProto
mirror of
https://github.com/danog/MadelineProto.git
synced
2024-12-04 21:47:50 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
d2d54398c4
MadelineProto
/
docs
/
API_docs
/
constructors
/
msgs_ack.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
423 B
Raw
Blame
History
title
description
msgs_ack
msgs_ack attributes, type and example
Constructor: msgs_ack
Back to constructors index
Attributes:
Name
Type
Required
msg_ids
Array of
long
Required
Type:
MsgsAck
Example:
$msgs_ack = ['_' => msgs_ack, 'msg_ids' => [Vector t], ];