recap

package
v0.15.4 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

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 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 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