FILE / ScuroNeko/mtg

telegram/interfaces.go

Исходный файл и его история в репозитории.
FILE c9743b5675df007ed13fa7b89acd4b4cbafc960f
Files
mtg/telegram/interfaces.go
T
2019-10-07 12:13:07 +03:00

9 lines
199 B
Go

package telegram
import "github.com/9seconds/mtg/conntypes"
type Telegram interface {
Dial(conntypes.DC, conntypes.ConnectionProtocol) (conntypes.StreamReadWriteCloser, error)
Secret() []byte
}