github.com/gotd/td/tg.ChannelsGetChannelsRequest.ID (field)
12 uses
github.com/gotd/td/tg (current package)
tl_channels_get_channels_gen.go#L43: ID []InputChannelClass
tl_channels_get_channels_gen.go#L61: if !(g.ID == nil) {
tl_channels_get_channels_gen.go#L81: g.ID = from.GetID()
tl_channels_get_channels_gen.go#L129: b.PutVectorHeader(len(g.ID))
tl_channels_get_channels_gen.go#L130: for idx, v := range g.ID {
tl_channels_get_channels_gen.go#L164: g.ID = make([]InputChannelClass, 0, headerLen%bin.PreallocateLimit)
tl_channels_get_channels_gen.go#L171: g.ID = append(g.ID, value)
tl_channels_get_channels_gen.go#L182: return g.ID
tl_channels_get_channels_gen.go#L187: return InputChannelClassArray(g.ID)
tl_channels_get_channels_gen.go#L209: ID: id,
tl_server_gen.go#L6907: 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. |