api_hash) as client:
result = client(functions.phone.JoinGroupCallRequest(
call=types.InputGroupCall(
id=-12398745604826,
access_hash=-12398745604826
),
join_as='username',
params=types.DataJSON(
data='some string here'
),
muted=True,
video_stopped=True,
invite_hash='some string here'
))
print(result.stringify())
what is access hash and where i can get it ??
https://t.me/TelethonChat/454166
TypeError: JoinGroupCallRequest.init() missing 1 required positional argument: 'join_as'
Обсуждают сегодня