Fetch msg
TelegramManager
Bases: BaseModel
Methods:
Name | Description |
---|---|
get_personal_info |
|
get_channel_names |
|
get_channel_messages |
|
get_all_messages |
|
client
client: TelegramClient = Field(
default=None,
title="Telegram Client",
description="Telethon client for interacting with Telegram API, it will be initialized after the model is created.",
)