teleproto - v1.229.0
    Preparing search index...

    Class ChatActionEvent

    Hierarchy

    • EventCommon
      • ChatActionEvent
    Index
    • Parameters

      • c: any
      • __namedParameters: ChatGetterConstructorParams

      Returns void

    • Respond to the action in the same chat.

      Parameters

      • params: { file?: any; message?: string; parseMode?: any; silent?: boolean }

      Returns Promise<Message | undefined>

    _broadcast?: boolean
    _chat?: Entity
    _chatPeer?: EntityLike
    _entities: Map<string, Entity>
    _eventName: string = "ChatAction"
    _inputChat?: EntityLike
    _messageId?: number
    originalUpdate: ChatActionUpdate & { _entities?: Map<string, Entity> }