Похожие чаты

From telethon.sync import TelegramClient from telethon import functions, types with TelegramClient(name, api_id,

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 ??

2 ответов

8 просмотров

https://t.me/TelethonChat/454166

⎞ .·. ⎝ ⎝
https://t.me/TelethonChat/454166

TypeError: JoinGroupCallRequest.init() missing 1 required positional argument: 'join_as'

Похожие вопросы

Обсуждают сегодня

Карта сайта