1.2.10 • Published 2 years ago

@itchatapp/types v1.2.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ItChat API Types

Installation

$ npm i @itchatapp/types

Example Usage

// for deno runtime 
// import type { APIMessage } from 'https://deno.land/x/itchatjs_types/mod.ts'
import type { APIMessage } from '@itchatapp/types'

const message: APIMessage = {
    id: 0,
    author_id: 0,
    channel_id: 0,
    content: 'Hi'
}
1.2.8

2 years ago

1.2.9

2 years ago

1.2.10

2 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago