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