Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoadMoreHistoryMsg ¶
type LoadMoreHistoryMsg struct {
ChatId int64
}
type MediaPlayMsg ¶
type MediaPlayMsg struct {
Status string // "playing", "downloading", "error", "opened"
Info string
}
MediaPlayMsg is sent when media playback starts.
type MessageActionMsg ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (*Model) ScrollByLines ¶
ScrollByLines scrolls the message view by n lines (positive = up/older).
func (*Model) SetFocused ¶
func (*Model) SetMyUserId ¶
type ScrollToBottomMsg ¶
type ScrollToBottomMsg struct{}
Click to show internal directories.
Click to hide internal directories.