1.2.10 • Published 1 year ago

@itchatapp/types v1.2.10

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.2.9

1 year ago

1.2.10

1 year ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago