Skip to content

Latest commit

 

History

History
163 lines (111 loc) · 2.57 KB

custom.rst

File metadata and controls

163 lines (111 loc) · 2.57 KB

Custom package

The telethon.tl.custom package contains custom classes that the library uses in order to make working with Telegram easier. Only those that you are supposed to use will be documented here. You can use undocumented ones at your own risk.

More often than not, you don't need to import these (unless you want type hinting), nor do you need to manually create instances of these classes. They are returned by client methods.

telethon.tl.custom

AdminLogEvent

telethon.tl.custom.adminlogevent

Button

telethon.tl.custom.button

ChatGetter

telethon.tl.custom.chatgetter

Conversation

telethon.tl.custom.conversation

Dialog

telethon.tl.custom.dialog

Draft

telethon.tl.custom.draft

File

telethon.tl.custom.file

Forward

telethon.tl.custom.forward

InlineBuilder

telethon.tl.custom.inlinebuilder

InlineResult

telethon.tl.custom.inlineresult

InlineResults

telethon.tl.custom.inlineresults

Message

telethon.tl.custom.message

MessageButton

telethon.tl.custom.messagebutton

ParticipantPermissions

telethon.tl.custom.participantpermissions

QRLogin

telethon.tl.custom.qrlogin

SenderGetter

telethon.tl.custom.sendergetter