mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-02-18 04:20:57 +03:00
Document edit_admin and edit_restrictions as friendly methods
This commit is contained in:
parent
2d2afc5280
commit
61270e0ea6
|
@ -7,6 +7,8 @@ auth.AuthMethods,log_out,auth.logOut
|
||||||
auth.AuthMethods,edit_2fa,account.updatePasswordSettings
|
auth.AuthMethods,edit_2fa,account.updatePasswordSettings
|
||||||
bots.BotMethods,inline_query,messages.getInlineBotResults
|
bots.BotMethods,inline_query,messages.getInlineBotResults
|
||||||
chats.ChatMethods,action,messages.setTyping
|
chats.ChatMethods,action,messages.setTyping
|
||||||
|
chats.ChatMethods,edit_admin,functions.channels.editAdminRequest functions.messages.editChatAdminRequest
|
||||||
|
chats.ChatMethods,edit_restrictions,functions.channels.editBannedRequest functions.messages.editChatDefaultBannedRightsRequest
|
||||||
chats.ChatMethods,iter_participants,channels.getParticipants
|
chats.ChatMethods,iter_participants,channels.getParticipants
|
||||||
chats.ChatMethods,iter_admin_log,channels.getAdminLog
|
chats.ChatMethods,iter_admin_log,channels.getAdminLog
|
||||||
dialogs.DialogMethods,iter_dialogs,messages.getDialogs
|
dialogs.DialogMethods,iter_dialogs,messages.getDialogs
|
||||||
|
|
|
Loading…
Reference in New Issue
Block a user