github.com/gotd/td/tg.MessageActionSecureValuesSentMe.Values (field)
9 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L3597: Values []SecureValue
tl_message_action_gen.go#L3622: if !(m.Values == nil) {
tl_message_action_gen.go#L3646: m.Values = from.GetValues()
tl_message_action_gen.go#L3699: b.PutVectorHeader(len(m.Values))
tl_message_action_gen.go#L3700: for idx, v := range m.Values {
tl_message_action_gen.go#L3734: m.Values = make([]SecureValue, 0, headerLen%bin.PreallocateLimit)
tl_message_action_gen.go#L3741: m.Values = append(m.Values, value)
tl_message_action_gen.go#L3757: return m.Values
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |