const github.com/gotd/td/tg.StickersChangeStickerPositionRequestTypeID

9 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L1711: 		StickersChangeStickerPositionRequestTypeID:                              "stickers.changeStickerPosition#ffb6d4ca",
		tl_registry_gen.go#L3493: 		"stickers.changeStickerPosition":                                    StickersChangeStickerPositionRequestTypeID,
		tl_registry_gen.go#L5275: 		StickersChangeStickerPositionRequestTypeID:                              func() bin.Object { return &StickersChangeStickerPositionRequest{} },
		tl_server_gen.go#L8506: 	s.handlers[StickersChangeStickerPositionRequestTypeID] = handler
		tl_stickers_change_sticker_position_gen.go#L47: const StickersChangeStickerPositionRequestTypeID = 0xffb6d4ca
		tl_stickers_change_sticker_position_gen.go#L93: 	return StickersChangeStickerPositionRequestTypeID
		tl_stickers_change_sticker_position_gen.go#L105: 		ID:   StickersChangeStickerPositionRequestTypeID,
		tl_stickers_change_sticker_position_gen.go#L129: 	b.PutID(StickersChangeStickerPositionRequestTypeID)
		tl_stickers_change_sticker_position_gen.go#L153: 	if err := b.ConsumeID(StickersChangeStickerPositionRequestTypeID); err != nil {