Example #1
0
func (t *Double) Write(proto tl.Encoder) (err error) {
	err = proto.WriteDouble(t.value)
	return
}