stream-chat
Version:
JS SDK for the Stream Chat API
72 lines (71 loc) • 2.48 kB
TypeScript
export declare const EVENT_MAP: {
'channel.created': boolean;
'channel.deleted': boolean;
'channel.hidden': boolean;
'channel.kicked': boolean;
'channel.muted': boolean;
'channel.truncated': boolean;
'channel.unmuted': boolean;
'channel.updated': boolean;
'channel.visible': boolean;
'draft.deleted': boolean;
'draft.updated': boolean;
'health.check': boolean;
'member.added': boolean;
'member.removed': boolean;
'member.updated': boolean;
'message.deleted': boolean;
'message.new': boolean;
'message.read': boolean;
'message.updated': boolean;
'message.undeleted': boolean;
'notification.added_to_channel': boolean;
'notification.channel_deleted': boolean;
'message.delivered': boolean;
'notification.channel_mutes_updated': boolean;
'notification.channel_truncated': boolean;
'notification.invite_accepted': boolean;
'notification.invite_rejected': boolean;
'notification.invited': boolean;
'notification.mark_read': boolean;
'notification.mark_unread': boolean;
'notification.message_new': boolean;
'notification.mutes_updated': boolean;
'notification.reminder_due': boolean;
'notification.removed_from_channel': boolean;
'notification.thread_message_new': boolean;
'poll.closed': boolean;
'poll.updated': boolean;
'poll.vote_casted': boolean;
'poll.vote_changed': boolean;
'poll.vote_removed': boolean;
'reaction.deleted': boolean;
'reaction.new': boolean;
'reaction.updated': boolean;
'reminder.created': boolean;
'reminder.deleted': boolean;
'reminder.updated': boolean;
'thread.updated': boolean;
'typing.start': boolean;
'typing.stop': boolean;
'user.banned': boolean;
'user.deleted': boolean;
'user.messages.deleted': boolean;
'user.presence.changed': boolean;
'user.unbanned': boolean;
'user.unread_message_reminder': boolean;
'user.updated': boolean;
'user.watching.start': boolean;
'user.watching.stop': boolean;
'ai_indicator.update': boolean;
'ai_indicator.stop': boolean;
'ai_indicator.clear': boolean;
'channels.queried': boolean;
'offline_reactions.queried': boolean;
'connection.changed': boolean;
'connection.recovered': boolean;
'transport.changed': boolean;
'capabilities.changed': boolean;
'live_location_sharing.started': boolean;
'live_location_sharing.stopped': boolean;
};