Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func New ¶
func New( telegramRepo telegramRepo, storageService storageService, messageService messageService, transformService transformService, rateLimiterService rateLimiterService, ) *Service
func (*Service) ForwardMessages ¶
func (s *Service) ForwardMessages( messages []*client.Message, filtersMode domain.FiltersMode, srcChatId, dstChatId int64, isSendCopy bool, forwardRuleId string, engineConfig *domain.EngineConfig, )
ForwardMessages пересылает сообщения в целевой чат
Click to show internal directories.
Click to hide internal directories.