Skip to content

alicebot.adapter.telegram.event.base

事件基类。

class TelegramEvent

Bases: alicebot.event.Event[TelegramAdapter]

Telegram Event Baseclass.

  • Attributes

    • update (alicebot.adapter.telegram.model.Update)

readonly property update_id

Type: int

The update's unique identifier.

Released under the MIT License.