const github.com/gotd/td/tg.UpdatePeerWallpaperTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1304: u.handlers[UpdatePeerWallpaperTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L383: UpdatePeerWallpaperTypeID: "updatePeerWallpaper#ae3f101d",
tl_registry_gen.go#L2165: "updatePeerWallpaper": UpdatePeerWallpaperTypeID,
tl_registry_gen.go#L3947: UpdatePeerWallpaperTypeID: func() bin.Object { return &UpdatePeerWallpaper{} },
tl_registry_gen.go#L6644: UpdatePeerWallpaperTypeID,
tl_update_gen.go#L23943: const UpdatePeerWallpaperTypeID = 0xae3f101d
tl_update_gen.go#L24005: return UpdatePeerWallpaperTypeID
tl_update_gen.go#L24017: ID: UpdatePeerWallpaperTypeID,
tl_update_gen.go#L24057: b.PutID(UpdatePeerWallpaperTypeID)
tl_update_gen.go#L24092: if err := b.ConsumeID(UpdatePeerWallpaperTypeID); err != nil {
tl_update_gen.go#L25782: case UpdatePeerWallpaperTypeID:
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. |