1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-02 22:59:48 +00:00

CreatorChatMember implement AdministratorChatMember

This commit is contained in:
2019-01-21 16:04:55 +08:00
parent 116344c0a6
commit a2d7033745
5 changed files with 39 additions and 15 deletions

View File

@@ -35,3 +35,4 @@
* Change signature of `Update`
* Now `Update` is untyped and data is `Any`
* Media groups now are separated type of updates and you can subscribe on that receiving directly
* Now `AdministratorChatMember` is interface and `CreatorChatMember` implement it