github.com/gotd/td/tg.MessageActionSecureValuesSentMe.Values (field)
9 uses
github.com/gotd/td/tg (current package)
tl_message_action_gen.go#L3493: Values []SecureValue
tl_message_action_gen.go#L3518: if !(m.Values == nil) {
tl_message_action_gen.go#L3542: m.Values = from.GetValues()
tl_message_action_gen.go#L3595: b.PutVectorHeader(len(m.Values))
tl_message_action_gen.go#L3596: for idx, v := range m.Values {
tl_message_action_gen.go#L3630: m.Values = make([]SecureValue, 0, headerLen%bin.PreallocateLimit)
tl_message_action_gen.go#L3637: m.Values = append(m.Values, value)
tl_message_action_gen.go#L3653: return m.Values
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. |