github.com/gotd/td/tg.EncryptedFile.Size (field)
6 uses
	github.com/gotd/td/tg (current package)
		tl_encrypted_file_gen.go#L146: 	Size int64
		tl_encrypted_file_gen.go#L179: 	if !(e.Size == 0) {
		tl_encrypted_file_gen.go#L211: 	e.Size = from.GetSize()
		tl_encrypted_file_gen.go#L279: 	b.PutLong(e.Size)
		tl_encrypted_file_gen.go#L320: 		e.Size = value
		tl_encrypted_file_gen.go#L360: 	return e.Size
|  | 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. |