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