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