Added ChannelPinnedMessage message type

This commit is contained in:
RogueException
2016-08-27 15:56:18 -03:00
parent 92e86525e0
commit f92049e101

View File

@@ -7,6 +7,7 @@
RecipientRemove = 2,
Call = 3,
ChannelNameChange = 4,
ChannelIconChange = 5
ChannelIconChange = 5,
ChannelPinnedMessage = 6
}
}