mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +00:00
Update example
This commit is contained in:
parent
4a173500dd
commit
afb48d5d31
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ Here some examples:
|
||||||
|
|
||||||
client.send(
|
client.send(
|
||||||
functions.channels.InviteToChannel(
|
functions.channels.InviteToChannel(
|
||||||
channel=client.resolve_peer(123456789), # ID or Username of your channel
|
channel=client.resolve_peer(123456789), # ID or Username
|
||||||
users=[ # The users you want to invite
|
users=[ # The users you want to invite
|
||||||
client.resolve_peer(23456789), # By ID
|
client.resolve_peer(23456789), # By ID
|
||||||
client.resolve_peer("username"), # By username
|
client.resolve_peer("username"), # By username
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue