Versions in this module Expand all Collapse all v0 v0.5.0 Jun 14, 2026 v0.4.0 Jun 14, 2026 Changes in this version + type Server struct + Addr *net.TCPAddr + DC int + Keys []telegram.PublicKey + func New(tb testing.TB) *Server + func (s *Server) Client(storage session.Storage) *telegram.Client + func (s *Server) Pool() *pgxpool.Pool + func (s *Server) Run(ctx context.Context, storage session.Storage, fn func(api *tg.Client) error) error