mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-11 19:39:53 +01:00
15 KiB
15 KiB
title | description |
---|---|
Methods | What do you want to do? |
What do you want to do?
Go back to API documentation index
Go to the old code-version method index
-
Check if this username is free and can be assigned to a channel/supergroup
-
Get channel/supergroup participants (you should use
$MadelineProto->get_pwr_chat($id)
instead) -
Initializes connection and save information on the user's device and application.
-
Invokes a query after successfull completion of one of the previous queries.
-
Add a user to a normal chat (use channels->inviteToChannel for supergroups)
-
Enable all users are admins in normal groups (not supergroups)
-
Update the profile photo (use photos->uploadProfilePhoto to upload the photo)