teleproto - v1.229.0
    Preparing search index...

    Class Raw

    The RAW updates that telegram sends. these are Api.TypeUpdate objects. The are useful to handle custom events that you need like user typing or games.

    client.addEventHandler((update) => {
    console.log("Received new Update");
    console.log(update);
    });

    Hierarchy

    • EventBuilder
      • Raw
    Index
    • Parameters

      • event: EventCommon

      Returns EventCommon | EventCommonSender | undefined

    blacklistChats: boolean
    chats?: string[]
    func?: CallableFunction
    resolved: boolean