rizaumami / tdcli.lua

A simple Lua library for the telegram-cli
GNU General Public License v3.0
52 stars 30 forks source link

get admin list of group #13

Closed sbh96 closed 6 years ago

sbh96 commented 6 years ago

how i can find group admins from members ? i try to find some methods in your library but i cant.

rizaumami commented 6 years ago

Try getChannelMembers.

sbh96 commented 6 years ago

thanks for reply