Ferrite icon indicating copy to clipboard operation
Ferrite copied to clipboard

Implement phone.getGroupCallJoinAs

Open aykutalparslan opened this issue 3 years ago • 0 comments

Get a list of peers that can be used to join a group call, presenting yourself as a specific user/channel.

phone.joinAsPeers#afe5623f peers:Vector<Peer> chats:Vector<Chat> users:Vector<User> = phone.JoinAsPeers; ---functions--- phone.getGroupCallJoinAs#ef7c213a peer:InputPeer = phone.JoinAsPeers;

aykutalparslan avatar Mar 02 '22 16:03 aykutalparslan