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
I'm using a userbot, so if a bot sends a file to that account will it work?
Читать полностью…it's not there obviously, you need root or virtual space / emulator
Читать полностью…It doesn't change anything, they limited signup to real platform and non third-part, pretending to be official app is against ToS
Читать полностью…switch_webview is not supported in event.answer. the rest are same as the link, event.builder.photo
() / document() for videos and contacts
oh thanks, im talking about when you write the bots username in message box and things pop up, for example @Durgerkingbot, when you write this, the first thing that appears is a miniapp, how to achieve that effect? or when you write @pic, pictures only appear in a gallary style grid, or @vid shows another grid type, im looking for that
Читать полностью…https://docs.telethon.dev/en/stable/modules/custom.html#module-telethon.tl.custom.inlinebuilder
Читать полностью…Telethon is free software. That means using it is a right: you are free to use it for absolutely any purpose whatsoever. However, help and support with using it is a privilege. If you misbehave or want to do bad things, despite possibly having good intentions, nobody is obligated to help you.
Читать полностью…how to send contact, location and other things from inline query
Читать полностью…server doesn't support uselessness, you get every vote of a poll you sent, you store and count them yourself, votes can get spammy, a message object in each is a waste
Читать полностью…it is useless. assign every poll_id to a chat, msg_id beforehand once sent, only fetch the message for closing using get_messages(chat, ids=msg_id)
Читать полностью…A message is a message, doesn't matter who sends it
Читать полностью…Where tho
I didn't find it in android/data/[telegram folder] and every subfolder of it
Do you know where android sessions are saved?
I want to convert for example telethon to android session
we and our partners share this for easy distribution of folders and chats, as well as not to combine personal dialogs and work dialogs, provide access to account
are we in violation? where do i read?
Is it possible to make a certain function run only when the NewMessage is a media?
Читать полностью…sure. registering new accounts is against ToS. figure it out
Читать полностью…@Hackintush Hello, I seem to be in a bit of a state of shock.)
The system's fun, but it's failing.
Hello everyone, has anyone done an emulation of account registration based on the telethon library?
Читать полностью…where can i find the api page that contains all the article builder types for inline query? for example we have article, photo, video, etc. where can i find the full list?
ive only found article and photo here, couldnt find anything else anywhere on the docs:
https://docs.telethon.dev/en/stable/modules/events.html#telethon.events.common.EventBuilder
Is there no other way to do this so that after the user selects each option, an update is returned and the complete message can be received?
Читать полностью…UpdateMessagePollVote(
poll_id=5922510866095277005,
peer=PeerUser(
user_id=5985708937
),
options=[
b'1',
],
qts=0
)