github.com/gotd/td/tdjson.Decoder.FindTypeID (method)

2 uses

	github.com/gotd/td/tdjson (current package)
		decoder.go#L40: func (b Decoder) FindTypeID() (string, error) {

	github.com/gotd/td/telegram
		tdlib_json.go#L76: 	typeID, err := tdDecoder.FindTypeID()