github.com/gotd/td/tg.ReceivedNotifyMessageVector.Elems (field)
11 uses
github.com/gotd/td/tg (current package)
tl_messages_received_messages_gen.go#L177: return []ReceivedNotifyMessage(result.Elems), nil
tl_received_notify_message_vector_gen.go#L37: Elems []ReceivedNotifyMessage
tl_received_notify_message_vector_gen.go#L55: if !(vec.Elems == nil) {
tl_received_notify_message_vector_gen.go#L75: vec.Elems = from.GetElems()
tl_received_notify_message_vector_gen.go#L123: b.PutVectorHeader(len(vec.Elems))
tl_received_notify_message_vector_gen.go#L124: for idx, v := range vec.Elems {
tl_received_notify_message_vector_gen.go#L153: vec.Elems = make([]ReceivedNotifyMessage, 0, headerLen%bin.PreallocateLimit)
tl_received_notify_message_vector_gen.go#L160: vec.Elems = append(vec.Elems, value)
tl_received_notify_message_vector_gen.go#L171: return vec.Elems
tl_server_gen.go#L2836: return &ReceivedNotifyMessageVector{Elems: response}, nil
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. |