github.com/gotd/td/tg.MessagesGetMessagesRequest.ID (field)
12 uses
github.com/gotd/td/tg (current package)
tl_messages_get_messages_gen.go#L40: ID []InputMessageClass
tl_messages_get_messages_gen.go#L58: if !(g.ID == nil) {
tl_messages_get_messages_gen.go#L78: g.ID = from.GetID()
tl_messages_get_messages_gen.go#L126: b.PutVectorHeader(len(g.ID))
tl_messages_get_messages_gen.go#L127: for idx, v := range g.ID {
tl_messages_get_messages_gen.go#L161: g.ID = make([]InputMessageClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_get_messages_gen.go#L168: g.ID = append(g.ID, value)
tl_messages_get_messages_gen.go#L179: return g.ID
tl_messages_get_messages_gen.go#L184: return InputMessageClassArray(g.ID)
tl_messages_get_messages_gen.go#L196: ID: id,
tl_server_gen.go#L2713: response, err := f(ctx, request.ID)
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. |