hoshii / Exports
Hoshii
Table of contents
Namespaces
Classes
- Base
- CalendarChannel
- CalendarEvent
- CalendarEventRSVP
- Channel
- ChatMessage
- ChatMessageReactionInfo
- Client
- ClientUser
- Collection
- Doc
- DocChannel
- ForumChannel
- ForumTopic
- ForumTopicComment
- ForumTopicReactionInfo
- GatewayEventHandler
- GatewayHandler
- ListItem
- ReactionInfo
- RequestHandler
- SequentialBucket
- Server
- ServerChannel
- ServerMember
- ServerMemberBan
- ServerMemberInfo
- ServerMemberRemoveInfo
- ServerMemberUpdateInfo
- TextChannel
- TypedCollection
- User
- Util
- WebSocket
- Webhook
Interfaces
- BaseData
- BucketOptions
- CalendarChannelData
- CalendarEventCancellation
- CalendarEventData
- CalendarEventFilter
- CalendarEventOptions
- CalendarEventRSVPData
- CalendarEventRSVPEditOptions
- ChannelData
- ChannelMessagesFilter
- ChatMessageData
- ChatMessageReactionTypes
- ClientOptions
- ClientUserData
- CollectionLimits
- DocChannelData
- DocData
- DocOptions
- DocsFilter
- File
- ForumChannelData
- ForumTopicCommentData
- ForumTopicCommentOptions
- ForumTopicData
- ForumTopicOptions
- ForumTopicReactionTypes
- ForumTopicsFilter
- LatencyRef
- LatencyReference
- ListItemData
- ListItemNote
- ListItemOptions
- MemberBan
- MessageCreateOptions
- MessageEditOptions
- RESTOptions
- RawCalendarEvent
- RawCalendarEventRSVP
- RawChatMessage
- RawClientUser
- RawDoc
- RawEmote
- RawForumTopic
- RawForumTopicComment
- RawListItem
- RawServer
- RawServerChannel
- RawServerMember
- RawServerMemberBan
- RawServerMemberSummary
- RawUser
- RawUserSummary
- RawWebhook
- RequestOptions
- ServerChannelData
- ServerChannelEditOptions
- ServerData
- ServerMemberBanData
- ServerMemberData
- ServerMemberEditOptions
- TextChannelData
- UserData
- WebhookData
- WebhookEditOptions
- WebhookFilter
Type Aliases
Variables
Functions
Type Aliases
CalendarEventRSVPStatus
Ƭ CalendarEventRSVPStatus: "declined"
| "going"
| "invited"
| "maybe"
| "not responded"
| "waitlisted"
Defined in
lib/structures/CalendarEventRSVP.ts:4
Variables
VERSION
• Const
VERSION: string
= pkgJSON.version
Defined in
Functions
is
▸ is<T
>(input
): input is T
Check whether an item is of a certain type
Type parameters
Name |
---|
T |
Parameters
Name | Type | Description |
---|---|---|
input | unknown | The item to return true for |
Returns
input is T