Documentation ¶
Index ¶
- type ConfigureAutoRecapRatesPerDayActionData
- type ConfigureRecapAssignModeActionData
- type ConfigureRecapCompleteActionData
- type ConfigureRecapToggleActionData
- type FeedbackRecapReactionActionData
- type FeedbackSummarizationReactionActionData
- type SelectHourCallbackQueryData
- type UnsubscribeRecapActionData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigureRecapAssignModeActionData ¶
type ConfigureRecapAssignModeActionData struct { Mode tgchat.AutoRecapSendMode `json:"mode"` ChatID int64 `json:"chatId"` FromID int64 `json:"fromId"` }
type FeedbackRecapReactionActionData ¶
type FeedbackRecapReactionActionData struct { ChatID int64 `json:"chatId"` LogID string `json:"logId"` Type feedbackchathistoriesrecapsreactions.Type `json:"type"` }
type FeedbackSummarizationReactionActionData ¶
type FeedbackSummarizationReactionActionData struct { ChatID int64 `json:"chatId"` LogID string `json:"logId"` Type feedbacksummarizationsreactions.Type `json:"type"` }
type SelectHourCallbackQueryData ¶
type SelectHourCallbackQueryData struct { Hour int64 `json:"hour"` ChatID int64 `json:"chat_id"` ChatTitle string `json:"chat_title"` RecapMode tgchat.AutoRecapSendMode `json:"recap_mode"` }
Click to show internal directories.
Click to hide internal directories.