Documentation
¶
Index ¶
- type App
- type Attachment
- type Cache
- type ChannelInfoLoadedMsg
- type ChannelJoinedMsg
- type ChannelLeftMsg
- type ChannelReadMsg
- type ChannelSelectedMsg
- type CloseErrorPopupMsg
- type Config
- type Conversation
- type DMsLoadedMsg
- type DeletedMessageMsg
- type EditedMessageMsg
- type FetchedCacheMsg
- type File
- type GetUserMsg
- type HandleEventMsg
- type HistoryLoadedMsg
- type InsertChannelInSidebarMsg
- type Message
- type NewMessageMsg
- type PresenceChangedMsg
- type Reaction
- type ReactionAddedMsg
- type ReactionRemovedMsg
- type ReactionScrollMsg
- type ThreadLoadedMsg
- type User
- type UserInfoLoadedMsg
- type WaitMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attachment ¶
type ChannelInfoLoadedMsg ¶
type ChannelJoinedMsg ¶
type ChannelJoinedMsg struct {
Channel string
}
type ChannelLeftMsg ¶
type ChannelLeftMsg struct {
Channel string
}
type ChannelReadMsg ¶
type ChannelSelectedMsg ¶
type ChannelSelectedMsg struct {
Id string
}
type CloseErrorPopupMsg ¶
type CloseErrorPopupMsg struct{}
type Conversation ¶
type DMsLoadedMsg ¶
type DMsLoadedMsg struct {
DMs []Conversation
}
type DeletedMessageMsg ¶
type DeletedMessageMsg struct {
DeletedTs string
}
type EditedMessageMsg ¶
type FetchedCacheMsg ¶
type FetchedCacheMsg struct {
Users map[string]*User
Conversations map[string]*Conversation
SidebarChannels []Conversation
SidebarDms []Conversation
}
type GetUserMsg ¶
type GetUserMsg struct {
UserID string
}
type HandleEventMsg ¶
type HandleEventMsg struct {
Event any
}
type HistoryLoadedMsg ¶
type NewMessageMsg ¶
type NewMessageMsg struct {
Message Message
}
type PresenceChangedMsg ¶
type ReactionAddedMsg ¶
type ReactionRemovedMsg ¶
type ReactionScrollMsg ¶
type ReactionScrollMsg struct {
Added bool
}
type ThreadLoadedMsg ¶
type ThreadLoadedMsg struct {
Messages []Message
}
type UserInfoLoadedMsg ¶
Click to show internal directories.
Click to hide internal directories.