Official Telethon's chat! Rules: • Speak English • Stay on topic (questions about Telethon) • Be respectful • Don't ask to ask • Spam-related uses lead to ban • Read https://docs.telethon.dev before asking things here Read more about us @TelethonUpdates
By another framework`s login, first must work the "get_chat_id" func
Читать полностью…hi, guys! Help please.
Why bot ignore get_chat_id func?
@client.on(events.NewMessage(pattern='id', incoming=True))Читать полностью…
async def get_chat_id(event):
*some code*
@client.on(events.NewMessage(incoming=True))
async def my_event_handler(event):
*some another code*
# Starting client
while client.is_connected():
await asyncio.sleep(2)
tried with resolve_peer
in pyro as well and it gave me the id only
Where are you getting the group from, have you joined it
Читать полностью…Hi and welcome to the group. Before asking any questions, please read the rules from the group's description, and don't forget to read the docs. Make sure you are using the latest version with pip3 install -U telethon
, since most problems have already been fixed in newer versions.
Hi and welcome to the group. Before asking any questions, please read the rules from the group's description, and don't forget to read the docs. Make sure you are using the latest version with pip3 install -U telethon
, since most problems have already been fixed in newer versions.
Hi and welcome to the group. Before asking any questions, please read the rules from the group's description, and don't forget to read the docs. Make sure you are using the latest version with pip3 install -U telethon
, since most problems have already been fixed in newer versions.
What is this error for?
telethon.errors.common.TypeNotFoundError: Could not find a matching Constructor ID for the TLObject that was supposed to be read with ID 904dd49c. See the FAQ for more details. Remaining bytes
Hi and welcome to the group. Before asking any questions, please read the rules from the group's description, and don't forget to read the docs. Make sure you are using the latest version with pip3 install -U telethon
, since most problems have already been fixed in newer versions.
Is it possible to to pass a http proxy string to the address
parameter? Like: "http://user:pass@domain.com:8080/"
see the class name returned by get_entity used on its id
Читать полностью…I think basic but I'm not sure, how can I know and does it make any difference?
Читать полностью…what is "private group" exactly to you, a supergroup or basic one
Читать полностью…it's not in the get_entity()
result, where can I find it?
/channel/yss168888bot, Does anyone know the principle of automatic activation of telegram premium membership? thankyou谢谢
Читать полностью…Hi and welcome to the group. Before asking any questions, please read the rules from the group's description, and don't forget to read the docs. Make sure you are using the latest version with pip3 install -U telethon
, since most problems have already been fixed in newer versions.
Is it possible to regain access to a new telegram account after unsuccessfully using a telethon?
Читать полностью…you shouldn't just adios a connection to server and connect with new ip, it can lead to issues or auth key terminating, just reconnect
Читать полностью…those are raw requests, they are kind of offtopic since that's not telethon anymore, refer to https://core.telegram.org/type/InputClientProxy
Читать полностью…