type github.com/gotd/td/internal/mtproto.Options
11 uses
github.com/gotd/td/internal/mtproto (current package)
conn.go#L117: func New(dialer Dialer, opt Options) *Conn {
options.go#L20: type Options struct {
options.go#L93: func (opt *Options) setDefaultPublicKeys() {
options.go#L102: func (opt *Options) setDefaults() {
github.com/gotd/td/internal/pool
session.go#L47: func (s *SyncSession) Options(opts mtproto.Options) (mtproto.Options, Session) {
github.com/gotd/td/telegram
client.go#L76: opts mtproto.Options // immutable
client.go#L181: client.opts = mtproto.Options{
conn_builder.go#L39: opts mtproto.Options,
conn_builder.go#L48: opts mtproto.Options,
github.com/gotd/td/telegram/internal/manager
create.go#L58: opts mtproto.Options,
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |