github.com/gotd/td/internal/mtproxy.Secret.ExpectedCodec (method)

3 uses

	github.com/gotd/td/internal/mtproxy (current package)
		secret.go#L31: func (s Secret) ExpectedCodec() (cdc codec.Codec, _ bool) {

	github.com/gotd/td/telegram/dcs
		mtproxy.go#L124: 		if c, ok := s.ExpectedCodec(); ok {
		plain.go#L100: 		} else if c, ok := secret.ExpectedCodec(); ok {