const github.com/gotd/td/tg.ChannelsEditPhotoRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_channels_edit_photo_gen.go#L49: const ChannelsEditPhotoRequestTypeID = 0xf12e57c9
tl_channels_edit_photo_gen.go#L95: return ChannelsEditPhotoRequestTypeID
tl_channels_edit_photo_gen.go#L107: ID: ChannelsEditPhotoRequestTypeID,
tl_channels_edit_photo_gen.go#L131: b.PutID(ChannelsEditPhotoRequestTypeID)
tl_channels_edit_photo_gen.go#L160: if err := b.ConsumeID(ChannelsEditPhotoRequestTypeID); err != nil {
tl_registry_gen.go#L1628: ChannelsEditPhotoRequestTypeID: "channels.editPhoto#f12e57c9",
tl_registry_gen.go#L3410: "channels.editPhoto": ChannelsEditPhotoRequestTypeID,
tl_registry_gen.go#L5192: ChannelsEditPhotoRequestTypeID: func() bin.Object { return &ChannelsEditPhotoRequest{} },
tl_server_gen.go#L6999: s.handlers[ChannelsEditPhotoRequestTypeID] = handler
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. |