wechaty-puppet
Version:
Abstract Puppet for Wechaty
12 lines (11 loc) • 418 B
text/typescript
export interface RoomInvitationPayload {
id : string,
inviterId : string,
topic : string
avatar : string,
invitation : string,
memberCount : number,
memberIdList : string[], // Friends' Contact Id List of the Room
timestamp : number, // Unix Timestamp, in seconds or milliseconds
receiverId : string, // the room invitation should send to which contact.
}