Documentation
¶
Index ¶
- type Model
- func (m Model) Focused() bool
- func (m Model) Init() tea.Cmd
- func (m Model) SelectedChat() (telegram.Chat, bool)
- func (m Model) SetActiveChat(id int64) Model
- func (m Model) SetFocus(focused bool) Model
- func (m Model) SetPickingForwardDest(picking bool) Model
- func (m Model) SetSize(w, h int) Model
- func (m Model) Update(msg tea.Msg) (Model, tea.Cmd)
- func (m Model) View() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (Model) SetActiveChat ¶ added in v0.1.1
func (Model) SetPickingForwardDest ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.