recap

package
v0.24.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigureAutoRecapRatesPerDayActionData added in v0.23.0

type ConfigureAutoRecapRatesPerDayActionData struct {
	Rates  int   `json:"rates"`
	ChatID int64 `json:"chatId"`
	FromID int64 `json:"fromId"`
}

type ConfigureRecapAssignModeActionData

type ConfigureRecapAssignModeActionData struct {
	Mode   tgchat.AutoRecapSendMode `json:"mode"`
	ChatID int64                    `json:"chatId"`
	FromID int64                    `json:"fromId"`
}

type ConfigureRecapCompleteActionData

type ConfigureRecapCompleteActionData struct {
	ChatID int64 `json:"chatId"`
	FromID int64 `json:"fromId"`
}

type ConfigureRecapToggleActionData

type ConfigureRecapToggleActionData struct {
	Status bool  `json:"status"`
	ChatID int64 `json:"chatId"`
	FromID int64 `json:"fromId"`
}

type FeedbackRecapReactionActionData added in v0.19.0

type FeedbackRecapReactionActionData struct {
	ChatID int64                                     `json:"chatId"`
	LogID  string                                    `json:"logId"`
	Type   feedbackchathistoriesrecapsreactions.Type `json:"type"`
}

type FeedbackSummarizationReactionActionData added in v0.19.0

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"`
}

type UnsubscribeRecapActionData

type UnsubscribeRecapActionData struct {
	ChatID    int64  `json:"chatId"`
	ChatTitle string `json:"chatTitle"`
	FromID    int64  `json:"fromId"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL