UNPKG

wechaty-puppet

Version:

Abstract Puppet for Wechaty

12 lines 290 B
export interface RoomInvitationPayload { id: string; inviterId: string; topic: string; avatar: string; invitation: string; memberCount: number; memberIdList: string[]; timestamp: number; receiverId: string; } //# sourceMappingURL=room-invitation.d.ts.map